mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-11-06 15:41:56 +00:00
Add H100 fixtures (#737)
One direct out of the box, another with upgraded fw & t315
This commit is contained in:
@@ -80,6 +80,22 @@ class FakeSmartTransport(BaseTransport):
|
||||
"firmware",
|
||||
{"enable": True, "random_range": 120, "time": 180},
|
||||
),
|
||||
"get_alarm_configure": (
|
||||
"alarm",
|
||||
{
|
||||
"get_alarm_configure": {
|
||||
"duration": 10,
|
||||
"type": "Doorbell Ring 2",
|
||||
"volume": "low",
|
||||
}
|
||||
},
|
||||
),
|
||||
"get_support_alarm_type_list": ("alarm", {
|
||||
"alarm_type_list": [
|
||||
"Doorbell Ring 1",
|
||||
]
|
||||
}),
|
||||
"get_device_usage": ("device", {}),
|
||||
}
|
||||
|
||||
async def send(self, request: str):
|
||||
|
||||
Reference in New Issue
Block a user