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 6502f1e commit 71b36c6Copy full SHA for 71b36c6
plugwise_usb/nodes/helpers/counter.py
@@ -171,7 +171,7 @@ def update(self) -> None:
171
# self._energy_statistics.week_consumption_reset,
172
# ) = self._counters[EnergyType.CONSUMPTION_WEEK].update(self._pulse_collection)
173
174
- if self._pulse_collection._log_production:
+ if self._pulse_collection.production_logging:
175
self._energy_statistics.log_interval_production = (
176
self._pulse_collection.log_interval_production
177
)
0 commit comments