mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
more logs
This commit is contained in:
parent
2b8e323a7e
commit
e8bd1e2648
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user