zigbee-herdsman
    Preparing search index...

    Type Alias NwkIEEEJoiningListResponse

    type NwkIEEEJoiningListResponse = {
        entryList?: EUI64[];
        entryListTotal: number;
        joiningPolicy: JoiningPolicy;
        startIndex?: number;
        updateId: number;
    }
    Index

    Properties

    entryList?: EUI64[]

    A list of IEEE addresses from the mibIeeeJoiningList. This field SHALL be omitted if the entryListTotal is 0.

    entryListTotal: number

    The total number of IEEE Joining Addresses contained in the response.

    joiningPolicy: JoiningPolicy

    This is an enumeration.

    startIndex?: number

    The starting index in the mibIeeeJoiningList. This field SHALL be omitted if the entryListTotal is 0.

    updateId: number

    The issue ID of the IeeeJoiningList. This field SHALL start at 0 and increment for each change to the IeeeJoiningList, or each change to the Joining Policy wrapping to 0 after 0xFF.