instrumentpanel icon indicating copy to clipboard operation
instrumentpanel copied to clipboard

Display the last path update date and dead paths indicator

Open tonybentley opened this issue 5 years ago • 1 comments

Currently the signalk model provides the timestamp for each value and persists the value regardless of the last updated date/time. If the instrument fails to continue updating, the model is not cleared so the user does not know if the data is from 2 seconds ago, or 2 days ago.

Provide the following format in the instrument display: skinstrument

Showing {dd} days, {hh} hours, {mm} minutes, {ss} seconds ago If today and last updated {dd} was today then omit, {hh} is current hour then omit, etc

tonybentley avatar Feb 19 '19 17:02 tonybentley

As since version 1.20.0 of the server it is possible to add a metadata timeout per path we will be able in only one operation to have the date of the last value and an alarm in case of no update.

cmotelet avatar Feb 19 '20 11:02 cmotelet