[nextion] Fix text sensor state not updated on string response (#16280)

This commit is contained in:
Edward Firmo
2026-05-06 19:32:50 +02:00
committed by GitHub
parent 9f49e3f80e
commit 4da62067cf
+1
View File
@@ -641,6 +641,7 @@ void Nextion::process_nextion_commands_() {
} else {
ESP_LOGN(TAG, "String resp: '%s' id: %s type: %s", to_process.c_str(), component->get_variable_name().c_str(),
component->get_queue_type_string());
component->set_state_from_string(to_process, true, false);
}
delete nb; // NOLINT(cppcoreguidelines-owning-memory)