rename namespaces

This commit is contained in:
technyon
2022-05-29 22:38:10 +02:00
parent c3a4a0b3e8
commit 582abae914
6 changed files with 52 additions and 46 deletions

View File

@@ -258,7 +258,7 @@ void WebCfgServer::buildHtml(String& response)
version.concat(nuki_hub_version);
char lockstateArr[20];
Nuki::lockstateToString(_nuki->keyTurnerState().lockState, lockstateArr);
NukiLock::lockstateToString(_nuki->keyTurnerState().lockState, lockstateArr);
String lockState = " ";
lockState.concat(lockstateArr);