mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
dump_devinfo: query get_current_brt for iot dimmers (#1209)
This commit is contained in:
parent
ad6472c05d
commit
d30d116f37
@ -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"),
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user