publish correct lock state after ring detection

This commit is contained in:
technyon
2023-08-12 13:08:10 +02:00
parent 1a4d70478e
commit a5d740fd26
2 changed files with 4 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ private:
int _keypadCommandEnabled = 1;
unsigned long _resetLockStateTs = 0;
uint8_t _queryCommands = 0;
NukiOpener::LockState _currentLockState = NukiOpener::LockState::Undefined;
char* _buffer;
const size_t _bufferSize;