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: string | null

        Battery type

      • changeThreshold: number | null

        Battery change threshold

      Returns BatteryPower

    Properties

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

    Methods