Seperate ring from lockstate

This commit is contained in:
iranl
2024-03-05 21:00:29 +01:00
parent a35a0b89ba
commit 4ba0501244
4 changed files with 11 additions and 11 deletions

View File

@@ -80,7 +80,7 @@ private:
String _keypadCommandCode = "";
uint _keypadCommandId = 0;
int _keypadCommandEnabled = 1;
unsigned long _resetLockStateTs = 0;
unsigned long _resetRingStateTs = 0;
uint8_t _queryCommands = 0;
uint32_t authId = 0;
char authName[33];