show keypad and door sensor in sysinfo page

This commit is contained in:
technyon
2023-03-11 18:09:42 +01:00
parent b3fcca74b5
commit c0a2a69d08
6 changed files with 17 additions and 11 deletions

View File

@@ -25,8 +25,8 @@ public:
void disableWatchdog();
const NukiOpener::OpenerState& keyTurnerState();
const bool isPaired();
const bool hasKeypad();
const bool isPaired() const;
const bool hasKeypad() const;
const BLEAddress getBleAddress() const;
std::string firmwareVersion() const;