Add fan module (#764)

Co-authored-by: Steven B <51370195+sdb9696@users.noreply.github.com>
This commit is contained in:
Teemu R
2024-04-17 12:07:16 +02:00
committed by GitHub
parent da441bc697
commit 700643d3cf
8 changed files with 120 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ class SmartModule(Module):
q = self.query()
if not q:
return dev.internal_state["get_device_info"]
return dev.sys_info
q_keys = list(q.keys())
query_key = q_keys[0]