Web Measurement Embedded App (WMEA) - v0.1.0-beta.7
    Preparing search index...
    interface Point {
        channel: string;
        dial: { group: number; sections: DialSection[]; subGroup: number };
        info: { name: string; unit: string };
        meta: IMeta;
        notes: RealtimeResultNotes[];
        value: string;
    }
    Index

    Properties

    channel: string
    dial: { group: number; sections: DialSection[]; subGroup: number }
    info: { name: string; unit: string }
    meta: IMeta
    value: string