mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
change order in "cannot find 'device' in 'command'"
This commit is contained in:
@@ -711,7 +711,7 @@ bool AnalogSensor::get_value_info(JsonObject output, const char * cmd, const int
|
||||
}
|
||||
}
|
||||
|
||||
return EMSESP::return_not_found(output, "analog sensor", cmd); // not found
|
||||
return EMSESP::return_not_found(output, cmd, F_(analogsensor)); // not found
|
||||
}
|
||||
|
||||
void AnalogSensor::addSensorJson(JsonObject output, const Sensor & sensor) {
|
||||
|
||||
Reference in New Issue
Block a user