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

@@ -28,8 +28,9 @@ public:
void disableWatchdog();
const NukiLock::KeyTurnerState& keyTurnerState();
const bool isPaired();
const bool hasKeypad();
const bool isPaired() const;
const bool hasKeypad() const;
bool hasDoorSensor() const;
const BLEAddress getBleAddress() const;
std::string firmwareVersion() const;
@@ -55,7 +56,6 @@ private:
void readAdvancedConfig();
void setupHASS();
bool hasDoorSensor();
void printCommandResult(Nuki::CmdResult result);