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

Add a Date and Time for when Trip Log was Reset #341

Closed sumps closed 7 years ago

sumps commented 7 years ago

In NMEA2000 the Date and Time that a Trip Log is reset is transmitted and we have supported this in iKommunicate. It would be good to include this in Signal K so that the data is not lost.

Add two new keys;

navigation.logResetDate navigation.logResetTime

rob42 commented 7 years ago

@paul, I created a trip object, and combined date and time.

tkurki commented 7 years ago

FIxed by #345