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 e9a1f55 commit fef48fbCopy full SHA for fef48fb
plugwise/stick.py
@@ -612,7 +612,7 @@ def _update_loop(self):
612
self._check_availability_of_seds(mac)
613
else:
614
# Do ping request for all non SED's
615
- self._plugwise_nodes[mac].ping(None, False)
+ self._plugwise_nodes[mac].ping(None, True)
616
617
if self._plugwise_nodes[mac].measure_power():
618
# Request current power usage
0 commit comments