Skip to content

Commit c8de8ef

Browse files
committed
Remove touchlink cluster
1 parent 895bf6a commit c8de8ef

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/device.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ void user_app_init(void)
117117

118118
parse_config();
119119

120-
zcl_touchLinkInit();
121-
122120
ota_init(OTA_TYPE_CLIENT, (af_simple_descriptor_t *)&endpoints[0].simple_description, &baseEndpoint_otaInfo, &baseEndpoint_otaCb);
123121
}
124122

src/device_config/config_parser.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ void parse_config()
232232

233233
basic_cluster_add_to_endpoint(&basic_cluster, &endpoints[0]);
234234
zigbee_endpoint_add_cluster(&endpoints[0], 0, ZCL_CLUSTER_OTA);
235-
zigbee_endpoint_add_cluster(&endpoints[0], 1, ZCL_CLUSTER_TOUCHLINK_COMMISSIONING);
236235

237236
for (int index = 0; index < switch_clusters_cnt; index++)
238237
{

0 commit comments

Comments
 (0)