mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
remove # from dallas in api/system/info
This commit is contained in:
@@ -916,9 +916,9 @@ bool System::command_info(const char * value, const int8_t id, JsonObject & json
|
|||||||
node["MQTT publish fails"] = Mqtt::publish_fails();
|
node["MQTT publish fails"] = Mqtt::publish_fails();
|
||||||
}
|
}
|
||||||
if (EMSESP::dallas_enabled()) {
|
if (EMSESP::dallas_enabled()) {
|
||||||
node["#dallas sensors"] = EMSESP::sensor_devices().size();
|
node["dallas sensors"] = EMSESP::sensor_devices().size();
|
||||||
node["#dallas reads"] = EMSESP::sensor_reads();
|
node["dallas reads"] = EMSESP::sensor_reads();
|
||||||
node["#dallas fails"] = EMSESP::sensor_fails();
|
node["dallas fails"] = EMSESP::sensor_fails();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user