mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-06-10 11:59:19 +03:00
add weekday, IP, ESP_NAME
This commit is contained in:
@@ -46,6 +46,9 @@ void outputExecute() {
|
||||
|
||||
value.replace("#", " ");
|
||||
value.replace("%date%", timeNow->getDateTimeDotFormated());
|
||||
value.replace("%weekday%", timeNow->getWeekday());
|
||||
value.replace("%IP%", jsonReadStr(configSetupJson, F("ip")));
|
||||
value.replace("%name%", jsonReadStr(configSetupJson, F("name")));
|
||||
|
||||
int number = getKeyNum(key, output_KeyList);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user