SignalK / specification

Signal K is a JSON-based format for storing and sharing marine data from different sources (e.g. nmea 0183, 2000, seatalk, etc)
Other
91 stars 68 forks source link

handling of generic sources such as pressure #566

Open jncarter123 opened 4 years ago

jncarter123 commented 4 years ago

Not all sensor sources fit neatly in the schema as they might mean different things on different vessels. For example pressure sensors can have many sources as well as uses that are specific to their application.

PGN 130314 is an example where this occurs. For now those sources have been handled as water..pressure steam..pressure compressedAir..pressure hydraulic..pressure

These sources were added in https://github.com/SignalK/n2k-signalk/pull/165.