minukodu / ioBroker.minuaru

alarmsystem for ioBroker and minuvis
MIT License
1 stars 1 forks source link

timestamp check does not raise gone-Message #11

Closed SVallant closed 2 years ago

SVallant commented 2 years ago

this.registeredStatesCheckTimeStamp[id].timeStampTooOld is false at startUp of Adapter this prevents a gone-Message if timestamp-state changes to ok

Solution: create startUp-Flag for each Id and raise gone-Message if timestamp is ok and startUp-Flag === true

SVallant commented 2 years ago

Fix in V0.97