EmberEndpointDescription: {
    deviceId: number;
    deviceVersion: number;
    inputClusterCount: number;
    outputClusterCount: number;
    profileId: number;
}

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 declaration

  • 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