Compile-time options
This section describes the compile-time options that may be enabled in the zcl_options.h file of an application that uses the Touchlink Commissioning cluster.
The Touchlink Commissioning cluster is enabled as follows:
Touchlink - To enable the cluster, define CLD_ZLL_COMMISSION, then:
to enable the cluster as a server, define ZLL_COMMISSION_SERVER
to enable the cluster as a client, define ZLL_COMMISSION_CLIENT
Commissioning Utility - To enable the cluster, define CLD_ZLL_UTILITY, then:
to enable the cluster as a server, define ZLL_UTILITY_SERVER
to enable the cluster as a client, define ZLL_UTILITY_CLIENT
Parent topic:Touchlink Commissioning Cluster