This commit is contained in:
proddy
2024-07-11 17:02:23 +02:00
parent f3f5bbb460
commit 937e4890f7
2 changed files with 2 additions and 2 deletions

View File

@@ -643,7 +643,7 @@ void AnalogSensor::publish_values(const bool force) {
// called from emsesp.cpp for commands
// searches sensor by name
bool AnalogSensor::get_value_info(JsonObject output, const char * cmd, const int8_t id) {
// check of it a 'commmands' command
// check of it a 'commands' command
if (Helpers::toLower(cmd) == F_(commands)) {
return Command::list(EMSdevice::DeviceType::ANALOGSENSOR, output);
}