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 32badae commit d7c784eCopy full SHA for d7c784e
plugwise/helper.py
@@ -575,7 +575,7 @@ def appliance_data(self, dev_id):
575
actuator = "actuators"
576
func_type = "relay"
577
for item, name in {"lock": "lock", "state": "relay"}.items():
578
- locator = f'.//{actuator}/{func_type}/{item}'
+ locator = f".//{actuator}/{func_type}/{item}"
579
if appliance.find(locator) is not None:
580
measure = appliance.find(locator).text
581
data[name] = format_measure(measure, None)
0 commit comments