change device name to NukiHub
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user