Human readable

This commit is contained in:
iranl
2024-03-30 14:54:00 +01:00
parent a576a2441e
commit 7beb0ebeac
5 changed files with 673 additions and 31 deletions

View File

@@ -1548,7 +1548,7 @@ void WebCfgServer::buildInfoHtml(String &response)
response.concat((int)advancedLockConfigAclPrefs[2] ? "Allowed\n" : "Disallowed\n");
response.concat("Lock config ACL (Unlocked To Locked Transition Offset Degrees): ");
response.concat((int)advancedLockConfigAclPrefs[3] ? "Allowed\n" : "Disallowed\n");
response.concat("Lock config ACL (Lock n Go timeout): ");
response.concat("Lock config ACL (Lock n Go timeout): ");
response.concat((int)advancedLockConfigAclPrefs[4] ? "Allowed\n" : "Disallowed\n");
response.concat("Lock config ACL (Single button press action): ");
response.concat((int)advancedLockConfigAclPrefs[5] ? "Allowed\n" : "Disallowed\n");