Dependencies: net 1-wire lpc1768 crypto clock web fram log
/media/uploads/andrewboyson/heating.sch
/media/uploads/andrewboyson/heating.brd
/media/uploads/andrewboyson/eagle.epf
Diff: web-this/radiator/web-radiator-query.c
- Revision:
- 57:72c1c1357861
- Parent:
- 53:c1bf7d9db507
- Child:
- 96:18a3813bb4b5
--- a/web-this/radiator/web-radiator-query.c Fri May 03 14:29:22 2019 +0000 +++ b/web-this/radiator/web-radiator-query.c Mon May 06 07:55:09 2019 +0000 @@ -12,7 +12,7 @@ pQuery = HttpQuerySplit(pQuery, &pName, &pValue); int value = HttpQueryValueAsInt(pValue); - if (HttpSameStr(pName, "htg-chg-mode" )) RadiatorChgMode(); + if (HttpSameStr(pName, "htg-chg-mode" )) RadiatorChgWinter(); if (HttpSameStr(pName, "htg-chg-override" )) RadiatorChgOverride(); if (HttpSameStr(pName, "nighttemp" )) RadiatorSetNightTemperature(value); if (HttpSameStr(pName, "frosttemp" )) RadiatorSetFrostTemperature(value);