formatting

This commit is contained in:
proddy
2021-09-19 11:21:01 +02:00
parent 78b2efd148
commit 28bf7c3225
2 changed files with 2 additions and 1 deletions

View File

@@ -568,7 +568,7 @@ void EMSESP::publish_response(std::shared_ptr<const Telegram> telegram) {
Mqtt::publish(F_(response), doc.as<JsonObject>());
}
// builds json with the detail of each value, for all specific device type or the dallas sensor
// builds json with the detail of each value, for a specific EMS device type or the dallas sensor
bool EMSESP::get_device_value_info(JsonObject & root, const char * cmd, const int8_t id, const uint8_t devicetype) {
for (const auto & emsdevice : emsdevices) {
if (emsdevice->device_type() == devicetype) {