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

    Class MetadataProfile

    Metadata profile

    Index

    Constructors

    • Constructs metadata profile

      Parameters

      • hwpidVersion: HwpidVersions

        HWPID version range

      • routing: boolean

        Routes packets

      • beaming: boolean

        Operates in beaming mode

      • repeater: boolean

        Repeater device

      • frcAggregation: boolean

        Aggregates FRC data

      • iqarosCompatible: boolean

        Compatible with the IQAROS system

      • iqrfSensor: number[]

        Implemented sensors

      • iqrfBinaryOutput: number

        Implemented binary outputs

      • powerSupply: PowerSupply

        Power supply metadata

      Returns MetadataProfile

    Properties

    beaming: boolean
    frcAggregation: boolean
    hwpidVersions: HwpidVersions
    iqarosCompatible: boolean
    iqrfBinaryOutput: number
    iqrfSensor: number[]
    powerSupply: PowerSupply
    repeater: boolean
    routing: boolean

    Methods