Skip to content

Commit

Permalink
fix: remove visual method from 127489 normal state (#273)
Browse files Browse the repository at this point in the history
Normal state should have method array as empty, because it should
not result in anything visual or audible.
  • Loading branch information
tkurki authored Jun 30, 2024
1 parent 845b072 commit 78b40bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgns/127489.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function generateMappingsForStatus (field, notifications) {
} else {
return {
state: 'normal',
method: ['visual'],
method: [],
message:
util.format(notif.message, skEngineTitle(n2k)) + ' is Normal'
}
Expand Down

0 comments on commit 78b40bf

Please sign in to comment.