Fix max value for autoLockTimeOut (#459)

* Fix max value for autoLockTimeOut

* Fix the autoLockTimeOut max value in NukiWrapper.cpp
This commit is contained in:
Julien Ehrhart
2024-08-20 22:12:14 +02:00
committed by GitHub
parent c4ca957adf
commit 618591e65e
3 changed files with 3 additions and 3 deletions

View File

@@ -2154,7 +2154,7 @@ void NukiNetwork::publishHASSConfigAdditionalLockEntities(char *deviceType, cons
{ (char*)"cmd_tpl", (char*)"{ \"autoLockTimeOut\": \"{{ value }}\" }" },
{ (char*)"val_tpl", (char*)"{{value_json.autoLockTimeOut}}" },
{ (char*)"min", (char*)"30" },
{ (char*)"max", (char*)"180" }});
{ (char*)"max", (char*)"1800" }});
}
else
{