IQRF Repository JavaScript client - v0.2.0-beta.3
    Preparing search index...

    Interface BatteryRawInternal

    Battery power metadata - raw API response

    interface BatteryRaw {
        changeThreshold: number | null;
        conditioning?: boolean;
        present: boolean;
        type: string | null;
    }
    Index
    changeThreshold: number | null

    Battery change threshold

    conditioning?: boolean

    Periodical battery conditioning

    present: boolean

    Device is powered by battery

    type: string | null

    Battery type