syntax fix

This commit is contained in:
technyon
2022-08-19 20:44:23 +02:00
parent 4b16d20459
commit fe5ebb761d

View File

@@ -318,7 +318,7 @@ void NetworkOpener::clearAuthorizationInfo()
{
publishString(mqtt_topic_lock_log, "--");
publishUInt(mqtt_topic_lock_auth_id, 0);
publishString(mqtt_topic_lock_auth_name, "--");}
publishString(mqtt_topic_lock_auth_name, "--");
}
void NetworkOpener::publishCommandResult(const char *resultStr)