dump_devinfo: iot light strip commands (#1286)

This commit is contained in:
Steven B.
2024-11-20 14:06:59 +00:00
committed by GitHub
parent 5eca487bcb
commit 0e5013d4b4
3 changed files with 95 additions and 7 deletions

View File

@@ -420,6 +420,9 @@ async def get_legacy_fixture(
Call(
module="smartlife.iot.smartbulb.lightingservice", method="get_light_details"
),
Call(module="smartlife.iot.lightStrip", method="get_default_behavior"),
Call(module="smartlife.iot.lightStrip", method="get_light_state"),
Call(module="smartlife.iot.lightStrip", method="get_light_details"),
Call(module="smartlife.iot.LAS", method="get_config"),
Call(module="smartlife.iot.LAS", method="get_current_brt"),
Call(module="smartlife.iot.PIR", method="get_config"),