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

@@ -73,5 +73,7 @@ private:
unsigned long _nextBatteryReportTs = 0;
unsigned long _nextConfigUpdateTs = 0;
unsigned long _nextPairTs = 0;
unsigned long _nextRssiTs = 0;
unsigned long _lastRssi = 0;
NukiOpener::LockAction _nextLockAction = (NukiOpener::LockAction)0xff;
};