mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-06 18:54:08 +00:00
Add H100 fixtures (#737)
One direct out of the box, another with upgraded fw & t315
This commit is contained in:
@@ -103,4 +103,4 @@ class Firmware(SmartModule):
|
||||
async def set_auto_update_enabled(self, enabled: bool):
|
||||
"""Change autoupdate setting."""
|
||||
data = {**self.data["get_auto_update_info"], "enable": enabled}
|
||||
await self.call("set_auto_update_info", data) #{"enable": enabled})
|
||||
await self.call("set_auto_update_info", data) # {"enable": enabled})
|
||||
|
Reference in New Issue
Block a user