mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
hid busy flag
This commit is contained in:
@@ -134,6 +134,7 @@ class Plugin(BaseHid): # pylint: disable=too-many-instance-attributes
|
||||
outputs: Dict = {"available": [], "active": ""}
|
||||
return {
|
||||
"online": True,
|
||||
"busy": False,
|
||||
"keyboard": {
|
||||
"online": state["online"],
|
||||
"leds": {
|
||||
|
||||
Reference in New Issue
Block a user