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 bc978c5 commit f1b6732Copy full SHA for f1b6732
plugwise/stick.py
@@ -613,7 +613,7 @@ def _update_loop(self):
613
if self._plugwise_nodes[mac].is_sed():
614
self._check_availability_of_seds(mac)
615
# Request current power usage for all nodes supporting power measurement
616
- if self._plugwise_nodes[mac].measures_power():
+ if self._plugwise_nodes[mac].measure_power():
617
self._plugwise_nodes[mac].update_power_usage()
618
# Sync internal clock of power measure nodes once a day
619
if datetime.now().day != day_of_month:
0 commit comments