zigbee-herdsman
    Preparing search index...

    Type Alias IEEEAddressResponse

    type IEEEAddressResponse = {
        assocDevList: NodeId[];
        eui64: Eui64;
        nwkAddress: NodeId;
        startIndex: number;
    }
    Index
    assocDevList: NodeId[]

    NetworkAddressResponse.assocDevList

    eui64: Eui64

    NetworkAddressResponse.eui64

    nwkAddress: NodeId

    NetworkAddressResponse.nwkAddress

    startIndex: number

    NetworkAddressResponse.startIndex