Interface TelemetryResult

interface TelemetryResult {
    deviceId: string;
    name: string;
    points: [number, any][];
    tags: {};
    type: string;
}

Properties

deviceId: string
name: string
points: [number, any][]
tags: {}

Type declaration

    type: string

    Generated using TypeDoc