UNPKG

@signalk/n2k-signalk

Version:

NMEA 2000 to SignalK conversion library

14 lines 410 B
"use strict"; module.exports = [ { value: function (n2k) { return n2k.fields.date.replace(/\./g, '-') + 'T' + n2k.fields.time + 'Z'; }, filter: function (n2k) { return (typeof n2k.fields.date !== 'undefined' && typeof n2k.fields.time !== 'undefined'); }, node: 'navigation.datetime' } ]; //# sourceMappingURL=126992.js.map