zigbee-herdsman
    Preparing search index...

    Type Alias EmberEndpointDescription

    Endpoint information (a ZigBee Simple Descriptor).

    This is a ZigBee Simple Descriptor and contains information about an endpoint. This information is shared with other nodes in the network by the ZDO.

    type EmberEndpointDescription = {
        deviceId: number;
        deviceVersion: number;
        inputClusterCount: number;
        outputClusterCount: number;
        profileId: number;
    }
    Index

    Properties

    deviceId: number

    The endpoint's device ID within the application profile. uint16_t

    deviceVersion: number

    The endpoint's device version. uint8_t

    inputClusterCount: number

    The number of input clusters. uint8_t

    outputClusterCount: number

    The number of output clusters. uint8_t

    profileId: number

    Identifies the endpoint's application profile. uint16_t