mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-09-13 05:34:34 +00:00
fix typo
This commit is contained in:
+6019
-6019
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1952,7 +1952,7 @@ bool System::get_value_info(JsonObject output, const char * cmd) {
|
||||
LOG_ERROR("empty system command");
|
||||
return false;
|
||||
}
|
||||
if (!strcmp(cmd, "reset")) { // reset is a command, not an entity
|
||||
if (!strcmp(cmd, "restart")) { // restart is a command, not an entity
|
||||
return false;
|
||||
}
|
||||
// check for hardcoded "info"/"value"
|
||||
|
||||
Reference in New Issue
Block a user