IQRF Repository JavaScript client - v0.1.5
    Preparing search index...

    Interface BatterPowerRawInternal

    Battery power metadata - raw API response

    interface BatterPowerRaw {
        changeThreshold: null | number;
        present: boolean;
        type: null | string;
    }
    Index

    Properties

    changeThreshold: null | number

    Battery change threshold

    present: boolean

    Device is powered by battery

    type: null | string

    Battery type