show ble address in web portal

This commit is contained in:
technyon
2023-01-10 17:54:02 +01:00
parent 7b3e15832a
commit 6c256a8eb2
5 changed files with 14 additions and 2 deletions

View File

@@ -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();
}