change device name to NukiHub

This commit is contained in:
technyon
2022-04-06 18:33:04 +02:00
parent e2cec0207d
commit 3959c9a559
3 changed files with 7 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ void setup()
preferences->putUInt(preference_deviceId, deviceId);
}
nuki = new NukiWrapper("ESP", deviceId, network, preferences);
nuki = new NukiWrapper("NukiHub", deviceId, network, preferences);
webCfgServer = new WebCfgServer(nuki, network, preferences);
webCfgServer->initialize();
nuki->initialize();