mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
fix tests
This commit is contained in:
parent
06dbc7d7ce
commit
bd30f4bb1f
@ -151,6 +151,14 @@ class FakeSmartTransport(BaseTransport):
|
||||
"energy_monitoring",
|
||||
{"igain": 10861, "vgain": 118657},
|
||||
),
|
||||
"get_protection_power": (
|
||||
"power_protection",
|
||||
{"enabled": False, "protection_power": 0},
|
||||
),
|
||||
"get_max_power": (
|
||||
"power_protection",
|
||||
{"max_power": 3904},
|
||||
),
|
||||
}
|
||||
|
||||
async def send(self, request: str):
|
||||
|
Loading…
Reference in New Issue
Block a user