mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
otg keyboard leds
This commit is contained in:
@@ -191,7 +191,7 @@ class Plugin(BaseHid, multiprocessing.Process): # pylint: disable=too-many-inst
|
||||
online = bool(self.__online_shared.value)
|
||||
return {
|
||||
"online": online,
|
||||
"keyboard": {"online": online},
|
||||
"keyboard": {"features": {"leds": False}, "online": online},
|
||||
"mouse": {"online": online},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user