zigbee-herdsman
    Preparing search index...

    Type Alias EmberZllNetwork

    Information about the ZLL network and specific device that responded to a ZLL scan request.

    type EmberZllNetwork = {
        eui64: EUI64;
        nodeId: NodeId;
        nodeType: EmberNodeType;
        numberSubDevices: number;
        rssiCorrection: number;
        securityAlgorithm: EmberZllSecurityAlgorithmData;
        state: EmberZllState;
        totalGroupIdentifiers: number;
        zigbeeNetwork: EmberZigbeeNetwork;
    }
    Index

    Properties

    eui64: EUI64
    nodeId: NodeId
    nodeType: EmberNodeType
    numberSubDevices: number

    uint8_t

    rssiCorrection: number

    uint8_t

    totalGroupIdentifiers: number

    uint8_t

    zigbeeNetwork: EmberZigbeeNetwork