show ble address in web portal
This commit is contained in:
@@ -576,3 +576,8 @@ void NukiWrapper::disableHASS()
|
||||
Log->println(F("Unable to disable HASS. Invalid config received."));
|
||||
}
|
||||
}
|
||||
|
||||
const BLEAddress NukiWrapper::getBleAddress() const
|
||||
{
|
||||
return _nukiLock.getBleAddress();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user