@iotile/iotile-device
Version:
A typescript library for interfacing with IOTile BLE devices
5 lines (4 loc) • 313 B
TypeScript
import { DecodedWaveformInfo } from "./types";
import { SignedListReport } from "../../common/iotile-reports";
export declare function ensureUTCTimestamps(waveforms: DecodedWaveformInfo, reports: SignedListReport[]): void;
export declare function dropNonUTCTimestamps(waveforms: DecodedWaveformInfo): number;