Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    Interface IMeasurementValue

    interface IMeasurementValue {
        unit?: string;
        value: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    unit?: string
    value: number