mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-19 13:58:03 +00:00
De-nest get_alarm_configure in fake protocol
This commit is contained in:
@@ -121,11 +121,9 @@ class FakeSmartTransport(BaseTransport):
|
|||||||
"get_alarm_configure": (
|
"get_alarm_configure": (
|
||||||
"alarm",
|
"alarm",
|
||||||
{
|
{
|
||||||
"get_alarm_configure": {
|
|
||||||
"duration": 10,
|
"duration": 10,
|
||||||
"type": "Doorbell Ring 2",
|
"type": "Doorbell Ring 2",
|
||||||
"volume": "low",
|
"volume": "low",
|
||||||
}
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
"get_support_alarm_type_list": (
|
"get_support_alarm_type_list": (
|
||||||
|
Reference in New Issue
Block a user