From 78b40bfb215064cfd478a4baa057d60f12cf9030 Mon Sep 17 00:00:00 2001 From: Teppo Kurki Date: Sun, 30 Jun 2024 19:19:47 +0300 Subject: [PATCH] fix: remove visual method from 127489 normal state (#273) Normal state should have method array as empty, because it should not result in anything visual or audible. --- pgns/127489.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgns/127489.js b/pgns/127489.js index b3bf5f5..99bf797 100644 --- a/pgns/127489.js +++ b/pgns/127489.js @@ -234,7 +234,7 @@ function generateMappingsForStatus (field, notifications) { } else { return { state: 'normal', - method: ['visual'], + method: [], message: util.format(notif.message, skEngineTitle(n2k)) + ' is Normal' }