IntegratedAlarmSystem-Group / ias-display

IAS Display, implemented in Angular
Other
1 stars 1 forks source link

Fix invalidation of all alarms when no message has been received for a time #124

Closed sfehlandt closed 5 years ago

sfehlandt commented 5 years ago

When no messages have been received form the Webserver for a defined period of time, the display invalidates all the alarms.

However, some components are binded to the alarms, and hence, they do not detect the change in the validity as the Alarm object is the same.

We should, reassign to a new object in order for components to detect the change