mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 19:24:27 +05:00
feat: added software overheating protection
This commit is contained in:
@@ -150,6 +150,9 @@ const char S_OPTIONS[] PROGMEM = "options";
|
||||
const char S_OUTDOOR_TEMP[] PROGMEM = "outdoorTemp";
|
||||
const char S_OUT_GPIO[] PROGMEM = "outGpio";
|
||||
const char S_OUTPUT[] PROGMEM = "output";
|
||||
const char S_OVERHEAT[] PROGMEM = "overheat";
|
||||
const char S_OVERHEAT_HIGH_TEMP[] PROGMEM = "overheatHighTemp";
|
||||
const char S_OVERHEAT_LOW_TEMP[] PROGMEM = "overheatLowTemp";
|
||||
const char S_PASSWORD[] PROGMEM = "password";
|
||||
const char S_PID[] PROGMEM = "pid";
|
||||
const char S_PORT[] PROGMEM = "port";
|
||||
|
||||
Reference in New Issue
Block a user