mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-04 09:44:14 +00:00
dump_devinfo: iot light strip commands (#1286)
This commit is contained in:
@@ -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"),
|
||||
|
Reference in New Issue
Block a user