mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-08 11:44:02 +00:00
Add fan module (#764)
Co-authored-by: Steven B <51370195+sdb9696@users.noreply.github.com>
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user