From 60cd09490528ab9235791046eff75bbf2573c154 Mon Sep 17 00:00:00 2001 From: Teppo Kurki Date: Sat, 5 Aug 2023 11:38:45 +0300 Subject: [PATCH] feature: newServer notification as normal Reduce the notification state severity to normal. There being a new version available is a pretty low severity notification. Just the fact that there is a notification for is probably enough. See also https://github.com/SignalK/instrumentpanel/issues/245 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 5fb915009..186037cbe 100644 --- a/src/index.ts +++ b/src/index.ts @@ -375,7 +375,7 @@ class Server { { path: 'notifications.server.newVersion', value: { - state: 'alert', + state: 'normal', method: [], message: msg }