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

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

Type declaration