Skip to content

Commit f6cd0a5

Browse files
authored
Description of a voyage
1 parent acfc3ca commit f6cd0a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SIGNALK_PATHS.md

+5
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ Current SignalK specs don't have all paths for information about cargo. GOSK use
118118

119119
Current SignalK specs don't have paths for events. GOSK uses the following paths to store information about events:
120120

121+
- `/vessels/<RegExp>/event/voyage` _(new)_
122+
- Description: Information about a voyage, a voyage combines a list of contiguous legs.
123+
- `/vessels/<RegExp>/event/voyage/duration` _(new)_
124+
- Description: Duration of the voyage
125+
- Units: s (Second)
121126
- `/vessels/<RegExp>/event/leg` _(new)_
122127
- Description: Information about a leg, a leg start when a vessels start/stops moving and ends when a vessel stops/start moving.
123128
- `/vessels/<RegExp>/event/leg/type` _(new)_

0 commit comments

Comments
 (0)