Source code for switchbot_utility.switchbot_keypad_touch

from .switchbot_keypad import SwitchbotKeypad


[docs]class SwitchbotKeypadTouch(SwitchbotKeypad): """Switchbot Keypad touch class""" def __init__(self, deviceId): super().__init__(deviceId)