fix opener clearAuthorizationInfo()

This commit is contained in:
technyon
2022-08-19 20:43:54 +02:00
parent 0f15b92084
commit 4b16d20459
2 changed files with 4 additions and 2 deletions

View File

@@ -316,7 +316,9 @@ void NetworkOpener::logactionCompletionStatusToString(uint8_t value, char* out)
void NetworkOpener::clearAuthorizationInfo()
{
publishString(mqtt_topic_lock_log, "");
publishString(mqtt_topic_lock_log, "--");
publishUInt(mqtt_topic_lock_auth_id, 0);
publishString(mqtt_topic_lock_auth_name, "--");}
}
void NetworkOpener::publishCommandResult(const char *resultStr)