mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-10 17:38:01 +00:00
dump_devinfo: query get_current_brt for iot dimmers (#1209)
This commit is contained in:
@@ -404,6 +404,7 @@ async def get_legacy_fixture(protocol, *, discovery_info):
|
|||||||
module="smartlife.iot.smartbulb.lightingservice", method="get_light_state"
|
module="smartlife.iot.smartbulb.lightingservice", method="get_light_state"
|
||||||
),
|
),
|
||||||
Call(module="smartlife.iot.LAS", method="get_config"),
|
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"),
|
Call(module="smartlife.iot.PIR", method="get_config"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user