Closed SVallant closed 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
Fix in V0.97
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