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

    Interface BatterPowerRawInternal

    Battery power metadata - raw API response

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

    Properties

    changeThreshold: number | null

    Battery change threshold

    present: boolean

    Device is powered by battery

    type: string | null

    Battery type