mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
tesmart rewrite
This commit is contained in:
@@ -86,7 +86,7 @@ class BaseUserGpioDriver(BasePlugin):
|
||||
async def run(self) -> None:
|
||||
raise NotImplementedError
|
||||
|
||||
def cleanup(self) -> None:
|
||||
async def cleanup(self) -> None:
|
||||
raise NotImplementedError
|
||||
|
||||
async def read(self, pin: int) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user