publish lock and opener rssi

This commit is contained in:
technyon
2022-09-10 10:59:10 +02:00
parent 72b712690f
commit b8d32914ee
10 changed files with 41 additions and 1 deletions

View File

@@ -84,5 +84,7 @@ private:
unsigned long _nextBatteryReportTs = 0;
unsigned long _nextConfigUpdateTs = 0;
unsigned long _nextKeypadUpdateTs = 0;
unsigned long _nextRssiTs = 0;
unsigned long _lastRssi = 0;
NukiLock::LockAction _nextLockAction = (NukiLock::LockAction)0xff;
};