diff options
author | Devaev Maxim <[email protected]> | 2021-05-19 01:05:13 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-05-19 01:05:13 +0300 |
commit | 416e09396762294aabdab0280e94632118df6b91 (patch) | |
tree | cc1e5dca44fe89004b84e3ebd009b8350ecfd9a4 /kvmd | |
parent | 68e0613c02a07438c114f67cf6f60385d44293c3 (diff) |
tesmart state_poll=10
Diffstat (limited to 'kvmd')
-rw-r--r-- | kvmd/plugins/ugpio/tesmart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/plugins/ugpio/tesmart.py b/kvmd/plugins/ugpio/tesmart.py index 396f1338..310510d3 100644 --- a/kvmd/plugins/ugpio/tesmart.py +++ b/kvmd/plugins/ugpio/tesmart.py @@ -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: |