Documentation
    Preparing search index...

    Interface HardwareDeviceSpecInterface

    Standardized and Extensible Hardware IoT Device Specification Interface (ends with 'Interface')

    interface HardwareDeviceSpecInterface {
        commCapabilities: string[];
        devEui?: string;
        firmwareVersion?: string;
        hardwareRevision?: string;
        macAddress?: string;
        ontologyMapping?: OntologyMappingInterface;
        powerCapabilities?: string[];
        sensorBuses?: string[];
        serialNumber: string;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • HardwareDeviceSpecInterface

    Indexable

    • [key: string]: unknown
    Index

    Properties

    commCapabilities: string[]
    devEui?: string
    firmwareVersion?: string
    hardwareRevision?: string
    macAddress?: string
    ontologyMapping?: OntologyMappingInterface
    powerCapabilities?: string[]
    sensorBuses?: string[]
    serialNumber: string