removed edge detection

This commit is contained in:
Devaev Maxim
2020-09-10 13:40:56 +03:00
parent ff36ff203e
commit 44c50aa4de
4 changed files with 1 additions and 47 deletions

View File

@@ -75,7 +75,6 @@ class Plugin(BaseUserGpioDriver):
for (pin, initial) in self.__output_pins.items()
],
]),
edge_detection=False,
interval=self.__state_poll,
notifier=self._notifier,
)