removed processing flag

This commit is contained in:
Devaev Maxim
2020-09-10 04:48:19 +03:00
parent 015baee6d7
commit 31fdcd2f3c
4 changed files with 13 additions and 25 deletions

View File

@@ -54,12 +54,8 @@ class Plugin(BaseAtx):
# =====
async def __stub_power(self, wait: bool) -> bool:
async def __stub(self, wait: bool) -> None:
raise AtxDisabledError()
power_on = power_off = power_off_hard = power_reset_hard = __stub_power
async def __stub_click(self, wait: bool) -> None:
raise AtxDisabledError()
click_power = click_power_long = click_reset = __stub_click
power_on = power_off = power_off_hard = power_reset_hard = __stub
click_power = click_power_long = click_reset = __stub