feat: added OT option to set date and time on the boiler

This commit is contained in:
Yurii
2025-05-19 22:38:35 +03:00
parent 6872cad8ce
commit 7b31315242
8 changed files with 109 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ const char S_SENSORS[] PROGMEM = "sensors";
const char S_SERIAL[] PROGMEM = "serial";
const char S_SERVER[] PROGMEM = "server";
const char S_SETTINGS[] PROGMEM = "settings";
const char S_SET_DATE_AND_TIME[] PROGMEM = "setDateAndTime";
const char S_SIGNAL_QUALITY[] PROGMEM = "signalQuality";
const char S_SIZE[] PROGMEM = "size";
const char S_SLAVE[] PROGMEM = "slave";