Improve Nuki device config read functions (#442)

This commit is contained in:
iranl
2024-08-09 11:34:51 +02:00
committed by GitHub
parent 1f4e85a09e
commit 44b5f71b40
4 changed files with 103 additions and 117 deletions

View File

@@ -120,7 +120,6 @@ private:
bool _keypadEnabled = false;
uint _maxKeypadCodeCount = 0;
uint _maxTimeControlEntryCount = 0;
bool _configRead = false;
int _nrOfRetries = 0;
int _retryDelay = 0;
int _retryCount = 0;