mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-09 14:27:10 +00:00
De-nest get_alarm_configure in fake protocol
This commit is contained in:
parent
ee82c99b54
commit
8a2ed721ee
@ -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": (
|
||||||
|
Loading…
Reference in New Issue
Block a user