@sailingnaturali/signalk-dsc 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -43,6 +43,9 @@ For every DSC call heard by a connected radio:
|
|
|
43
43
|
(default 24); an active (un-cleared) distress call stays until you clear the alarm.
|
|
44
44
|
This is the *detail* layer — distinct from the prominent live SaR marker a
|
|
45
45
|
distress call also draws via the `sar.` context (see Remote-vessel deltas).
|
|
46
|
+
|
|
47
|
+

|
|
48
|
+
|
|
46
49
|
- **Alarms under your own vessel** — `notifications.dsc.distress` (state
|
|
47
50
|
`emergency`), `notifications.dsc.urgency` (`alarm`), `notifications.dsc.safety`
|
|
48
51
|
(`alert`). Routine calls never alarm. Repeated re-transmissions of the same
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sailingnaturali/signalk-dsc",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Receive, log, and alert on DSC (VHF digital selective calling) calls — distress, urgency, safety, routine — from NMEA 0183 ($CDDSC/$CDDSE) and NMEA 2000 (PGN 129808).",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
},
|
|
30
30
|
"signalk": {
|
|
31
31
|
"displayName": "DSC",
|
|
32
|
+
"recommends": [
|
|
33
|
+
"@meri-imperiumi/signalk-logbook"
|
|
34
|
+
],
|
|
32
35
|
"screenshots": [
|
|
33
36
|
"./docs/screenshots/config.png",
|
|
34
37
|
"./docs/screenshots/data-table.png"
|