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

@@ -589,12 +589,12 @@ const NukiOpener::OpenerState &NukiOpenerWrapper::keyTurnerState()
return _keyTurnerState;
}
const bool NukiOpenerWrapper::isPaired()
const bool NukiOpenerWrapper::isPaired() const
{
return _paired;
}
const bool NukiOpenerWrapper::hasKeypad()
const bool NukiOpenerWrapper::hasKeypad() const
{
return _hasKeypad;
}