dump_devinfo: query get_current_brt for iot dimmers (#1209)

This commit is contained in:
Teemu R. 2024-10-29 10:30:13 +01:00 committed by GitHub
parent ad6472c05d
commit d30d116f37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -404,6 +404,7 @@ async def get_legacy_fixture(protocol, *, discovery_info):
module="smartlife.iot.smartbulb.lightingservice", method="get_light_state"
),
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"),
]