more logs

This commit is contained in:
Devaev Maxim 2020-09-05 14:47:31 +03:00
parent 2b8e323a7e
commit e8bd1e2648
2 changed files with 2 additions and 0 deletions

View File

@ -217,6 +217,7 @@ class UserGpio:
await self.__state_notifier.wait()
async def systask(self) -> None:
get_logger(0).info("Polling User-GPIO inputs ...")
await self.__reader.poll()
async def cleanup(self) -> None:

View File

@ -116,6 +116,7 @@ class Plugin(BaseAtx): # pylint: disable=too-many-instance-attributes
await self.__state_notifier.wait()
async def systask(self) -> None:
get_logger(0).info("Polling GPIO ATX inputs ...")
await self.__reader.poll()
async def cleanup(self) -> None: