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 ef65066 commit 1108aa4Copy full SHA for 1108aa4
plugwise_usb/nodes/helpers/pulses.py
@@ -95,7 +95,7 @@ def __init__(self, mac: str) -> None:
95
96
self._log_production = False # : bool | None = None
97
if mac in PRODUCERS:
98
- self._log_production = False
+ self._log_production = True
99
100
@property
101
def collected_logs(self) -> int:
0 commit comments