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 69 forks source link

feature: include all source information under `sources` #548

Closed sbender9 closed 5 years ago

sbender9 commented 5 years ago

This is a change only the code use by node server to build the full tree.

Currently when building a the full tree from deltas, this code will not include things like hardwareVersion and productName under /sources when included in deltas. This changes makes so all extra fields under source for deltas are included.

fabdrol commented 5 years ago

@sbender9 I don't understand what this change is for, could you provide a bit more detail?

sbender9 commented 5 years ago

I updated the description, let me know if that makes sense.