We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b120f61 commit a2b0207Copy full SHA for a2b0207
I_Arduino1.xml
@@ -74,7 +74,15 @@
74
if (p ~= nil) then p.setLockStatus(lul_device, lul_settings.newTargetValue) end
75
return 4,0
76
</job>
77
- </action>
+ </action>
78
+ <action>
79
+ <serviceId>urn:upnp-org:serviceId:TemperatureSetpoint1</serviceId>
80
+ <name>SetCurrentSetpoint</name>
81
+ <job>
82
+ if (p ~= nil) then p.SetpointHeat(lul_device, lul_settings.NewCurrentSetpoint) end
83
+ return 4,0
84
+ </job>
85
86
<action>
87
<serviceId>urn:upnp-org:serviceId:TemperatureSetpoint1_Heat</serviceId>
88
<name>SetCurrentSetpoint</name>
0 commit comments