Add auth info

This commit is contained in:
iranl
2024-02-17 11:42:03 +01:00
parent c2615e537a
commit 7937ec8c65
5 changed files with 17 additions and 11 deletions

View File

@@ -82,6 +82,9 @@ private:
int _keypadCommandEnabled = 1;
unsigned long _resetLockStateTs = 0;
uint8_t _queryCommands = 0;
uint32_t authId = 0;
char authName[33];
NukiOpener::LockState _currentLockState = NukiOpener::LockState::Undefined;
char* _buffer;