zigbee-on-host
    Preparing search index...

    Type Alias ConfigurationAttributes

    05-3474-23 #2.5.5

    type ConfigurationAttributes = {
        activeEndpoints: Buffer;
        address: Buffer;
        nodeDescriptor: Buffer;
        powerDescriptor: Buffer;
        simpleDescriptors: Buffer;
    }
    Index

    Properties

    activeEndpoints: Buffer

    NOTE: Pre-encoded as "sendable" ZDO response (see descriptors.ts for more details):

    address: Buffer

    NOTE: Pre-encoded as "sendable" ZDO response (see descriptors.ts for more details):

    nodeDescriptor: Buffer

    05-3474-23 #2.3.2.3 The :Config_Node_Descriptor is either created when the application is first loaded or initialized with a commissioning tool prior to when the device begins operations in the network. It is used for service discovery to describe node features to external inquiring devices.

    NOTE: Pre-encoded as "sendable" ZDO response (see descriptors.ts for more details):

    • Byte 1: sequence number
    • Byte 2: status
    • Byte 3-4: 0x0000 (coordinator nwk addr)
    powerDescriptor: Buffer

    05-3474-23 #2.3.2.4 The :Config_Power_Descriptor is either created when the application is first loaded or initialized with a commissioning tool prior to when the device begins operations in the network. It is used for service discovery to describe node power features to external inquiring devices.

    NOTE: Pre-encoded as "sendable" ZDO response (see descriptors.ts for more details):

    • Byte 1: sequence number
    • Byte 2: status
    • Byte 3-4: 0x0000 (coordinator nwk addr)
    simpleDescriptors: Buffer

    05-3474-23 #2.3.2.5 The :Config_Simple_Descriptors are created when the application is first loaded and are treated as “read-only.” The Simple Descriptor are used for service discovery to describe interfacing features to external inquiring devices.

    NOTE: Pre-encoded as "sendable" ZDO response (see descriptors.ts for more details):

    • Byte 1: sequence number
    • Byte 2: status
    • Byte 3-4: 0x0000 (coordinator nwk addr)