UNPKG

signalk-parquet

Version:

SignalK plugin to save marine data directly to Parquet files with regimen-based control

21 lines 614 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // eslint-disable-next-line @typescript-eslint/no-unused-vars const _demo = { context: 'vessels.urn:mrn:signalk:uuid:2ffee4a6-52f6-4d4e-8179-0fc9aaf22c87', range: { from: '2025-08-11T05:26:04.888Z', to: '2025-08-11T05:41:04.888Z', }, values: [ { path: 'navigation.speedOverGround', method: 'average', }, ], data: [ ['2025-08-11T05:26:05.000Z', null], ['2025-08-11T05:26:10.000Z', 3.14], ], }; //# sourceMappingURL=HistoryAPI-types.js.map