zigbee-herdsman
    Preparing search index...
    type PotentialParentsTLV = {
        currentParentLQA: number;
        currentParentNwkAddress: number;
        entryCount: number;
        potentialParents: { lqa: number; nwkAddress: number }[];
    }
    Index

    Properties

    currentParentLQA: number

    The value of the LQA of the current parent.

    currentParentNwkAddress: number

    The short address that is the current parent for the device. For a router or coordinator this value SHALL be set to 0xFFFF.

    entryCount: number

    This is the count of additional potential parent short addresses and their associated LQA. If there are no other potential parents this SHALL indicate 0. This value SHALL not be greater than 5.

    potentialParents: { lqa: number; nwkAddress: number }[]

    Type declaration

    • lqa: number

      The LQA value of the associated potential parent.

    • nwkAddress: number

      The short address for a potential parent that the device can hear a beacon for.