also show lock state in config page

This commit is contained in:
technyon
2022-04-07 22:08:09 +02:00
parent 300e2b9cbd
commit ac8ec6022a
3 changed files with 14 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ public:
void initialize();
void update();
const Nuki::KeyTurnerState& keyTurnerState();
const bool isPaired();
BleScanner* bleScanner();