zigbee-on-host
    Preparing search index...

    List of all devices currently on the network.

    type DeviceTableEntry = {
        address16: number;
        authorized: boolean;
        capabilities: MACCapabilities | undefined;
        endDeviceTimeout:
            | {
                expiresAt: number;
                lastUpdated: number;
                timeoutIndex: number;
                timeoutMs: number;
            }
            | undefined;
        incomingNWKFrameCounter: number
        | undefined;
        lastTransportedNetworkKeySeq: number | undefined;
        linkStatusMisses: number | undefined;
        neighbor: boolean;
        recentLQAs: number[];
    }
    Index

    Properties

    address16: number
    authorized: boolean

    Indicates whether the device verified its key

    capabilities: MACCapabilities | undefined

    Indicates whether the device keeps its receiver on when idle

    endDeviceTimeout:
        | {
            expiresAt: number;
            lastUpdated: number;
            timeoutIndex: number;
            timeoutMs: number;
        }
        | undefined

    End device timeout metadata. Runtime-only.

    incomingNWKFrameCounter: number | undefined

    Last accepted NWK security frame counter. Runtime-only.

    lastTransportedNetworkKeySeq: number | undefined

    Last network key sequence number successfully transported to the device

    linkStatusMisses: number | undefined

    Counter for consecutive missed link status commands. Runtime-only.

    neighbor: boolean

    Indicates whether the device is a neighbor

    recentLQAs: number[]

    List of recently observed LQAs. Note: this is runtime-only