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 d3253a9 commit c79a5abCopy full SHA for c79a5ab
plugwise_usb/nodes/helpers/counter.py
@@ -146,9 +146,6 @@ def update(self) -> None:
146
self._energy_statistics.log_interval_consumption = (
147
self._pulse_collection.log_interval_consumption
148
)
149
- self._energy_statistics.log_interval_production = (
150
- self._pulse_collection.log_interval_production
151
- )
152
(
153
self._energy_statistics.hour_consumption,
154
self._energy_statistics.hour_consumption_reset,
0 commit comments