summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-13 02:28:18 +0000
committerDevaev Maxim <[email protected]>2018-07-13 02:28:18 +0000
commit5238fa64aca8b1b83efcb0266db986c1b00fed82 (patch)
tree40804c012f99af49b59fda0240111e0840a2538a
parent9c44852aa1948a991e0bf1956badd17bde912089 (diff)
todo
-rw-r--r--kvmd/kvmd/hid.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/kvmd/kvmd/hid.py b/kvmd/kvmd/hid.py
index 6cab4e5f..93f74ba5 100644
--- a/kvmd/kvmd/hid.py
+++ b/kvmd/kvmd/hid.py
@@ -54,6 +54,8 @@ class Hid(multiprocessing.Process):
get_logger().info("Starting HID daemon ...")
super().start()
+ # TODO: add reset or power switching
+
async def send_key_event(self, key: str, state: bool) -> None:
if not self.__stop_event.is_set():
async with self.__lock: