Skip to content

Commit f1b6732

Browse files
committed
Fixed typo function call
1 parent bc978c5 commit f1b6732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/stick.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def _update_loop(self):
613613
if self._plugwise_nodes[mac].is_sed():
614614
self._check_availability_of_seds(mac)
615615
# Request current power usage for all nodes supporting power measurement
616-
if self._plugwise_nodes[mac].measures_power():
616+
if self._plugwise_nodes[mac].measure_power():
617617
self._plugwise_nodes[mac].update_power_usage()
618618
# Sync internal clock of power measure nodes once a day
619619
if datetime.now().day != day_of_month:

0 commit comments

Comments
 (0)