publish lock state to mqtt

This commit is contained in:
technyon
2022-03-25 20:19:21 +01:00
parent fb5dcfaac6
commit 0c03a64a86
6 changed files with 37 additions and 14 deletions

1
Nuki.h
View File

@@ -16,6 +16,7 @@ private:
NukiBle _nukiBle;
Network* _network;
KeyTurnerState _lastKeyTurnerState;
KeyTurnerState _keyTurnerState;
bool _paired = false;