fix lock action crash

This commit is contained in:
technyon
2022-03-26 11:30:39 +01:00
parent fa1b836d4f
commit a9a2bc6f7b
2 changed files with 14 additions and 23 deletions

2
Nuki.h
View File

@@ -31,5 +31,7 @@ private:
BatteryReport _lastBatteryReport;
bool _paired = false;
unsigned long _lastLockStateUpdateTs = 0;
unsigned long _lastBatteryReportTs = 0;
LockAction _nextLockAction = (LockAction)0xff;
};