SignalK / signalk-derived-data

Generates deltas for values derived from signalk values
Apache License 2.0
18 stars 30 forks source link

Add nextPoint.timeToGo, set estimatedTimeOfArrival as null when not available #127

Closed Techstyleuk closed 7 months ago

Techstyleuk commented 8 months ago

in this PR:

  1. 'navigation.courseGreatCircle.nextPoint.timeToGo' added a. this is in Seconds per the spec. b. the null value set to null vs "--"
  2. eta null value set to null vs "--"

See Forum post: https://forum.openmarine.net/showthread.php?tid=5017

tkurki commented 7 months ago

Next time please run npm run format before issuing the PR. The diff (that I look at when checking what the PR actually does) is mostly just formatting changes and the actual changes are hidden in noise.

...but that is a bit besides the point, thank you for your contribution!