mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
hid leds
This commit is contained in:
@@ -33,7 +33,7 @@ class BaseHid(BasePlugin):
|
||||
def start(self) -> None:
|
||||
pass
|
||||
|
||||
def get_state(self) -> Dict:
|
||||
async def get_state(self) -> Dict:
|
||||
raise NotImplementedError
|
||||
|
||||
async def poll_state(self) -> AsyncGenerator[Dict, None]:
|
||||
|
||||
Reference in New Issue
Block a user