We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081b4ca commit 2738abdCopy full SHA for 2738abd
1 file changed
plugwise_usb/nodes/helpers/counter.py
@@ -106,8 +106,9 @@ def add_pulse_stats(
106
) -> None:
107
"""Add pulse statistics."""
108
_LOGGER.debug(
109
- "add_pulse_stats | consumed=%s, for %s",
+ "add_pulse_stats | consumed=%s | produced=%s, for %s",
110
str(pulses_consumed),
111
+ str(pulses_produced),
112
self._mac,
113
)
114
self._pulse_collection.update_pulse_counter(
0 commit comments