mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-15 12:26:33 +03:00
camelCase system name
This commit is contained in:
@@ -839,7 +839,7 @@ void System::send_info_mqtt() {
|
|||||||
JsonDocument doc;
|
JsonDocument doc;
|
||||||
|
|
||||||
doc["version"] = EMSESP_APP_VERSION;
|
doc["version"] = EMSESP_APP_VERSION;
|
||||||
doc["system_name"] = system_name_.isEmpty() ? "EMS-ESP" : system_name_;
|
doc["systemName"] = system_name_.isEmpty() ? "EMS-ESP" : system_name_;
|
||||||
|
|
||||||
// if NTP is enabled send the boot_time in local time in ISO 8601 format (eg: 2022-11-15 20:46:38)
|
// if NTP is enabled send the boot_time in local time in ISO 8601 format (eg: 2022-11-15 20:46:38)
|
||||||
// https://github.com/emsesp/EMS-ESP32/issues/751
|
// https://github.com/emsesp/EMS-ESP32/issues/751
|
||||||
|
|||||||
Reference in New Issue
Block a user