fix setting hostname and clean sessions

This commit is contained in:
technyon
2023-01-27 20:39:04 +01:00
parent e14e71b5cc
commit 70753eb1ad
4 changed files with 8 additions and 5 deletions

View File

@@ -64,7 +64,6 @@ void NetworkOpener::onMqttDataReceived(const char* topic, byte* payload, const u
if(processActions && comparePrefixedPath(topic, mqtt_topic_lock_action))
{
Serial.println(value);
if(strcmp((char*)payload, "") == 0 || strcmp(value, "--") == 0 || strcmp(value, "ack") == 0 || strcmp(value, "unknown_action") == 0) return;
Log->print(F("Opener lock action received: "));