refactoring

This commit is contained in:
Devaev Maxim
2019-10-24 02:45:07 +03:00
parent 096064cfbc
commit c124e63d6d
5 changed files with 20 additions and 20 deletions

View File

@@ -74,8 +74,8 @@ class Plugin(BaseHid):
"write_retries_delay": Option(0.1, type=valid_float_f01),
},
"noop": Option(False, type=valid_bool),
"state_poll": Option(0.1, type=valid_float_f01),
"noop": Option(False, type=valid_bool),
"state_poll": Option(0.1, type=valid_float_f01),
}
def start(self) -> None: