zigbee-herdsman
    Preparing search index...
    type IEEEAddressResponse = {
        assocDevList: NodeId[];
        eui64: EUI64;
        nwkAddress: NodeId;
        startIndex: number;
    }
    Index

    Properties

    assocDevList: NodeId[]

    NetworkAddressResponse.assocDevList

    eui64: EUI64

    NetworkAddressResponse.eui64

    nwkAddress: NodeId

    NetworkAddressResponse.nwkAddress

    startIndex: number

    NetworkAddressResponse.startIndex