zigbee-on-host
    Preparing search index...

    Type Alias DeviceTableEntry

    List of all devices currently on the network.

    type DeviceTableEntry = {
        address16: number;
        authorized: boolean;
        capabilities: MACCapabilities | 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

    neighbor: boolean

    Indicates whether the device is a neighbor

    recentLQAs: number[]

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