From d30d116f37d00cab924cf01dca0151445b1c497f Mon Sep 17 00:00:00 2001 From: "Teemu R." Date: Tue, 29 Oct 2024 10:30:13 +0100 Subject: [PATCH] dump_devinfo: query get_current_brt for iot dimmers (#1209) --- devtools/dump_devinfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/devtools/dump_devinfo.py b/devtools/dump_devinfo.py index 91a4505b..f3b7810e 100644 --- a/devtools/dump_devinfo.py +++ b/devtools/dump_devinfo.py @@ -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"), ]