Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/api/notifications/alarm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,7 @@ export class Alarm {

this.parseDelta(update, context)

if (
prevState === ALARM_STATE.normal &&
this.value.state !== ALARM_STATE.normal
) {
if (prevState !== this.value.state){
this.status.acknowledged = false
delete this.status.acknowledgedAt
this.status.silenced = false
Expand Down
Loading