mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +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": (
|
||||
"alarm",
|
||||
{
|
||||
"get_alarm_configure": {
|
||||
"duration": 10,
|
||||
"type": "Doorbell Ring 2",
|
||||
"volume": "low",
|
||||
}
|
||||
"duration": 10,
|
||||
"type": "Doorbell Ring 2",
|
||||
"volume": "low",
|
||||
},
|
||||
),
|
||||
"get_support_alarm_type_list": (
|
||||
|
Loading…
Reference in New Issue
Block a user