
Controls the central heating system and the lights.
Dependencies: 1-wire clock crypto fram log lpc1768 net web wiz mbed
Diff: web-this/radiator/web-radiator-query.c
- Revision:
- 5:3579001bea1b
- Parent:
- 0:22b158d3c76f
--- a/web-this/radiator/web-radiator-query.c Thu May 13 19:09:54 2021 +0000 +++ b/web-this/radiator/web-radiator-query.c Thu May 20 14:34:51 2021 +0000 @@ -22,9 +22,11 @@ if (HttpSameStr(pName, "htg-chg-mode" )) RadiatorChgWinter(); if (HttpSameStr(pName, "htg-chg-override" )) RadiatorChgOverride(); + if (HttpSameStr(pName, "htg-chg-hw-prot" )) RadiatorChgHotWaterProtectOn(); if (HttpSameStr(pName, "nighttemp" )) RadiatorSetNightTemperature(value); if (HttpSameStr(pName, "frosttemp" )) RadiatorSetFrostTemperature(value); + if (HttpSameStr(pName, "hwprotecttemp" )) RadiatorSetHotWaterProtectTemp(value); } }