Skip to content

Commit a2b0207

Browse files
committed
HEATER Setpoint UI7
Fix for sending setpoint value from vera heater device.
1 parent b120f61 commit a2b0207

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

I_Arduino1.xml

+9-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,15 @@
7474
if (p ~= nil) then p.setLockStatus(lul_device, lul_settings.newTargetValue) end
7575
return 4,0
7676
</job>
77-
</action>
77+
</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+
</action>
7886
<action>
7987
<serviceId>urn:upnp-org:serviceId:TemperatureSetpoint1_Heat</serviceId>
8088
<name>SetCurrentSetpoint</name>

0 commit comments

Comments
 (0)