fix keypad option not visible if keypad connect to opener

This commit is contained in:
technyon
2023-02-10 23:29:41 +01:00
parent 707f7370cf
commit fc7a882ac8
3 changed files with 7 additions and 1 deletions

View File

@@ -577,6 +577,11 @@ const bool NukiOpenerWrapper::isPaired()
return _paired;
}
const bool NukiOpenerWrapper::hasKeypad()
{
return _hasKeypad;
}
const BLEAddress NukiOpenerWrapper::getBleAddress() const
{
return _nukiOpener.getBleAddress();