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 154fbf7 commit 1cc2915Copy full SHA for 1cc2915
plugwise/helper.py
@@ -1022,7 +1022,7 @@ def _get_appliance_data(self, d_id: str) -> DeviceData:
1022
self._get_toggle_state(appliance, toggle, name, data)
1023
1024
if appliance.find("type").text in ACTUATOR_CLASSES:
1025
- _get_actuator_functionalities(appliance, data)
+ self._get_actuator_functionalities(appliance, data)
1026
1027
# Collect availability-status for wireless connected devices to Adam
1028
self._wireless_availablity(appliance, data)
0 commit comments