fix pairing

This commit is contained in:
technyon
2022-04-02 16:09:56 +02:00
parent abea094b08
commit 9792110461
3 changed files with 4 additions and 1 deletions

View File

@@ -42,5 +42,6 @@ private:
bool _statusUpdated = false;
unsigned long _nextLockStateUpdateTs = 0;
unsigned long _nextBatteryReportTs = 0;
unsigned long _nextPairTs = 0;
Nuki::LockAction _nextLockAction = (Nuki::LockAction)0xff;
};