mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-09 18:19:36 +00:00
camelCase system name
This commit is contained in:
@@ -838,8 +838,8 @@ void System::send_info_mqtt() {
|
||||
_connection = connection;
|
||||
JsonDocument doc;
|
||||
|
||||
doc["version"] = EMSESP_APP_VERSION;
|
||||
doc["system_name"] = system_name_.isEmpty() ? "EMS-ESP" : system_name_;
|
||||
doc["version"] = EMSESP_APP_VERSION;
|
||||
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)
|
||||
// https://github.com/emsesp/EMS-ESP32/issues/751
|
||||
|
||||
Reference in New Issue
Block a user