zigbee-on-host
    Preparing search index...

    Type Alias MACZigbeeBeacon

    type MACZigbeeBeacon = {
        deviceDepth: number;
        endDeviceCapacity: boolean;
        extendedPANId: bigint;
        profile: number;
        protocolId: number;
        routerCapacity: boolean;
        txOffset: number;
        updateId: number;
        version: number;
    }
    Index

    Properties

    deviceDepth: number

    The tree depth of the device, 0 indicates the network coordinator

    endDeviceCapacity: boolean

    Whether the device can accept join requests from ZigBee end devices

    extendedPANId: bigint
    profile: number
    protocolId: number
    routerCapacity: boolean

    Whether the device can accept join requests from routing capable devices

    txOffset: number

    The time difference between a device and its parent's beacon.

    updateId: number
    version: number