dump_devinfo: query smartlife.iot.common.cloud for fw updates (#1284)

This commit is contained in:
Teemu R.
2024-11-20 14:07:02 +01:00
committed by GitHub
parent 999e84d2de
commit bbe68a5fe9
2 changed files with 77 additions and 10 deletions

View File

@@ -401,6 +401,8 @@ async def get_legacy_fixture(
Call(module="emeter", method="get_realtime"),
Call(module="cnCloud", method="get_info"),
Call(module="cnCloud", method="get_intl_fw_list"),
Call(module="smartlife.iot.common.cloud", method="get_info"),
Call(module="smartlife.iot.common.cloud", method="get_intl_fw_list"),
Call(module="smartlife.iot.common.schedule", method="get_next_action"),
Call(module="smartlife.iot.common.schedule", method="get_rules"),
Call(module="schedule", method="get_next_action"),