IQRF Repository JavaScript client - v0.2.0-beta.3
    Preparing search index...

    Class MetadataProfile

    Metadata profile

    Index
    • Constructs metadata profile

      Parameters

      • version: number

        Metadata version

      • hwpidVersions: HwpidVersions

        Minimum HWPID version the profile applies to

      • routing: boolean

        Device is capable of routing packets in network

      • beaming: boolean

        Device beams data in intervals and sleeps otherwise

      • repeater: boolean

        Device is a repeater

      • frcAggregation: boolean

        Device is capable of aggregating FRC data from other devices

      • iqarosCompatible: boolean

        Device is compatible with the IQAROS system

      • iqrfSensor: number[]

        Sensor standard capabilities implemented by the device

      • iqrfBinaryOutput: number

        Number of binary outputs this device implements

      • powerSupply: PowerSupply

        Definition of power supply options of the device and spec

      • iqrfSensorData: SensorData[] = []

        Extension of iqrfSensor, carrying additional properties

      • iqrfLight: IqrfLight | null = null

        Light standard capabilities implemented by the device

      • minMaxDiag: MinMaxDiag | null = null

        Device can store historical minimum and maximum of quantity measurements and reset them

      • actionRecord: ActionRecord | null = null

        Definition of available user actions

      • persistentQuantities: PersistentQuantity[] = []

        Values of IQRF standard quantities persisted in memory

      • nfcc: Nfcc | null = null

        Device implements NFC communication channel

      • mfgc: Mfgc | null = null

        Device implements test communication channel for production

      • calibration: Calibration | null = null

        Device contains calibration data

      Returns MetadataProfile

    actionRecord: ActionRecord | null = null

    Definition of available user actions

    beaming: boolean

    Device beams data in intervals and sleeps otherwise

    calibration: Calibration | null = null

    Device contains calibration data

    frcAggregation: boolean

    Device is capable of aggregating FRC data from other devices

    hwpidVersions: HwpidVersions

    Minimum HWPID version the profile applies to

    iqarosCompatible: boolean

    Device is compatible with the IQAROS system

    iqrfBinaryOutput: number

    Number of binary outputs this device implements

    iqrfLight: IqrfLight | null = null

    Light standard capabilities implemented by the device

    iqrfSensor: number[]

    Sensor standard capabilities implemented by the device

    iqrfSensorData: SensorData[] = []

    Extension of iqrfSensor, carrying additional properties

    mfgc: Mfgc | null = null

    Device implements test communication channel for production

    minMaxDiag: MinMaxDiag | null = null

    Device can store historical minimum and maximum of quantity measurements and reset them

    nfcc: Nfcc | null = null

    Device implements NFC communication channel

    persistentQuantities: PersistentQuantity[] = []

    Values of IQRF standard quantities persisted in memory

    powerSupply: PowerSupply

    Definition of power supply options of the device and spec

    repeater: boolean

    Device is a repeater

    routing: boolean

    Device is capable of routing packets in network

    version: number

    Metadata version