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

    Class BatteryPower

    Battery metadata

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Constructs battery metadata

      Parameters

      • present: boolean

        Battery powered

      • type: null | string

        Battery type

      • changeThreshold: null | number

        Battery change threshold

      Returns BatteryPower

    Properties

    changeThreshold: null | number
    present: boolean
    type: null | string

    Methods