mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
more minor changes to clean up messaging
This commit is contained in:
@@ -408,7 +408,7 @@ bool TemperatureSensor::get_value_info(JsonObject output, const char * cmd, cons
|
||||
}
|
||||
}
|
||||
|
||||
return EMSESP::return_not_found(output, cmd, F_(temperaturesensor)); // not found
|
||||
return false; // not found
|
||||
}
|
||||
|
||||
void TemperatureSensor::addSensorJson(JsonObject output, const Sensor & sensor) {
|
||||
|
||||
Reference in New Issue
Block a user