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

    Interface MetadataProfileRawInternal

    Metadata profile - raw API response

    interface MetadataProfileRaw {
        actionRecord?: ActionRecordRaw;
        beaming: boolean;
        calibration?: CalibrationRaw;
        frcAggregation: boolean;
        hwpidVersions: HwpidVersionsRaw;
        iqarosCompatible: boolean;
        iqrfBinaryOutput: number;
        iqrfLight?: IqrfLightRaw;
        iqrfSensor: number[];
        iqrfSensorData?: SensorDataRaw[];
        mfgc?: MfgcRaw;
        minMaxDiag?: MinMaxDiagRaw;
        nfcc?: NfccRaw;
        persistentQuantities?: PersistentQuantityRaw[];
        powerSupply: PowerSupplyRaw;
        repeater: boolean;
        routing: boolean;
    }
    Index
    actionRecord?: ActionRecordRaw

    Definition of available user actions

    beaming: boolean

    Device beams data in intervals and sleeps otherwise

    calibration?: CalibrationRaw

    Device contains calibration data

    frcAggregation: boolean

    Device is capable of aggregating FRC data from other devices

    hwpidVersions: HwpidVersionsRaw

    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?: IqrfLightRaw

    Light standard capabilities implemented by the device

    iqrfSensor: number[]

    Sensor standard capabilities implemented by the device

    iqrfSensorData?: SensorDataRaw[]

    Extension of iqrfSensor, carrying additional properties. Each object corresponds positionally to values in iqrfSensor

    mfgc?: MfgcRaw

    Device implements test communication channel for production

    minMaxDiag?: MinMaxDiagRaw

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

    nfcc?: NfccRaw

    Device implements NFC communication channel

    persistentQuantities?: PersistentQuantityRaw[]

    Values of IQRF standard quantities persisted in memory

    powerSupply: PowerSupplyRaw

    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