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 0f6eb2a commit c4f0171Copy full SHA for c4f0171
plugwise/stick.py
@@ -686,7 +686,7 @@ def auto_update(self, timer=None):
686
self._auto_update_timer = 0
687
self._run_update_thread = False
688
else:
689
- # Timer based on a minium of 5 seconds + 1 second for each node supporting power measurement
+ # Timer based on a minimum of 5 seconds + 1 second for each node supporting power measurement
690
if not self._auto_update_manually:
691
count_nodes = 0
692
for mac in self.discovered_nodes:
0 commit comments