show pairing and mqtt status in configuration page

This commit is contained in:
technyon
2022-03-27 19:55:42 +02:00
parent 7694cdb2fb
commit 9279257ce9
7 changed files with 39 additions and 5 deletions

2
Nuki.h
View File

@@ -12,6 +12,8 @@ public:
void initialize();
void update();
const bool isPaired();
private:
static void onLockActionReceived(const char* value);