rename namespaces
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user