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 e4e3a50 commit 8a72b2cCopy full SHA for 8a72b2c
plugwise/legacy/smile.py
@@ -234,10 +234,10 @@ async def set_switch_state(
234
"""Set the given State of the relevant Switch."""
235
switch = Munch()
236
switch.actuator = "actuator_functionalities"
237
- switch.func_type = "relay_functionality"
238
if self._stretch_v2:
239
switch.actuator = "actuators"
240
- switch.func_type = "relay"
+ # From #833 it seems this is not correct: switch.func_type = "relay_functionality"
+ switch.func_type = "relay"
241
switch.func = "state"
242
243
if members is not None:
0 commit comments