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 142b7f6 commit 9ead2f5Copy full SHA for 9ead2f5
plugwise_usb/nodes/helpers/pulses.py
@@ -273,7 +273,7 @@ def update_pulse_counter(
273
self._rollover_consumption = True
274
if (
275
self._pulses_production is not None
276
- and self._pulses_production > pulses_produced
+ and self._pulses_production < pulses_produced
277
):
278
self._rollover_production = True
279
self._pulses_consumption = pulses_consumed
0 commit comments