Minor fixes

This commit is contained in:
iranl
2024-11-03 14:11:08 +01:00
parent 616a60539d
commit 020b16bfea
8 changed files with 177 additions and 160 deletions

View File

@@ -135,12 +135,14 @@ private:
bool _paired = false;
bool _statusUpdated = false;
bool _newSignal = false;
bool _hasKeypad = false;
bool _keypadEnabled = false;
uint _maxKeypadCodeCount = 0;
uint _maxTimeControlEntryCount = 0;
uint _maxAuthEntryCount = 0;
int _rssiPublishInterval = 0;
int64_t _statusUpdatedTs = 0;
int64_t _nextLockStateUpdateTs = 0;
int64_t _nextBatteryReportTs = 0;
int64_t _nextConfigUpdateTs = 0;