Make the code optional when updating keypad using JSON

This commit is contained in:
iranl
2024-05-16 22:37:04 +02:00
parent 373beb53ee
commit 003b88828f
5 changed files with 28 additions and 6 deletions

View File

@@ -105,6 +105,7 @@ private:
int _retryLockstateCount = 0;
unsigned long _nextRetryTs = 0;
std::vector<uint16_t> _keypadCodeIds;
std::vector<uint32_t> _keypadCodes;
std::vector<uint8_t> _timeControlIds;
NukiOpener::OpenerState _lastKeyTurnerState;