We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c7518 commit 71a8593Copy full SHA for 71a8593
plugwise_usb/network/__init__.py
@@ -573,7 +573,6 @@ async def set_energy_intervals(
573
For logging energy in both directions set both to 60.
574
"""
575
self._validate_energy_node(mac)
576
- # Validate input parameters
577
if consumption <= 0:
578
raise ValueError("Consumption interval must be positive")
579
if production < 0:
0 commit comments