tesmart state_poll=10

This commit is contained in:
Devaev Maxim 2021-05-19 01:05:13 +03:00
parent 68e0613c02
commit 416e093967

View File

@ -76,7 +76,7 @@ class Plugin(BaseUserGpioDriver): # pylint: disable=too-many-instance-attribute
"port": Option(5000, type=valid_port),
"timeout": Option(5.0, type=valid_float_f01),
"switch_delay": Option(1.0, type=valid_float_f0),
"state_poll": Option(5.0, type=valid_float_f01),
"state_poll": Option(10.0, type=valid_float_f01),
}
def register_input(self, pin: int, debounce: float) -> None: