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 91f7d46 commit 07ce535Copy full SHA for 07ce535
plugwise_usb/nodes/helpers/counter.py
@@ -326,5 +326,5 @@ def update(
326
self._pulses = pulses
327
328
energy = self.energy
329
- _LOGGER.debug("energy=%s or last_update=%s", energy, last_update)
+ _LOGGER.debug("energy=%s on last_update=%s", energy, last_update)
330
return (energy, last_reset)
0 commit comments