mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-14 03:18:26 +00:00
Fix update for smart devices
This commit is contained in:
@@ -228,8 +228,7 @@ class Firmware(SmartModule, FirmwareInterface):
|
||||
| None = None,
|
||||
) -> UpdateResult:
|
||||
"""Update the firmware."""
|
||||
# TODO: implement, this is part of the common firmware API
|
||||
raise NotImplementedError
|
||||
return await self.update(progress_cb)
|
||||
|
||||
async def check_for_updates(self) -> FirmwareUpdateInfoInterface:
|
||||
"""Return firmware update information."""
|
||||
|
Reference in New Issue
Block a user