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

@@ -24,6 +24,7 @@ public:
const NukiOpener::OpenerState& keyTurnerState();
const bool isPaired();
const bool hasKeypad();
const BLEAddress getBleAddress() const;
BleScanner::Scanner* bleScanner();