Add SMART Voltage Monitoring to Fixtures (#1290)

This commit is contained in:
Ryan Nitcher
2024-11-20 10:59:09 -07:00
committed by GitHub
parent 0058ad9f2e
commit 59b047f485
2 changed files with 193 additions and 145 deletions

View File

@@ -262,6 +262,8 @@ class SmartRequest:
"""Get energy usage."""
return [
SmartRequest("get_energy_usage"),
SmartRequest("get_emeter_data"),
SmartRequest("get_emeter_vgain_igain"),
SmartRequest.get_raw_request("get_electricity_price_config"),
]