Skip to content

Commit

Permalink
Expose CO2 cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Sep 27, 2020
1 parent b5c453c commit ef8f10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/zcl_app_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const cId_t zclApp_InClusterList[] = {ZCL_CLUSTER_ID_GEN_BASIC};

#define APP_MAX_INCLUSTERS (sizeof(zclApp_InClusterList) / sizeof(zclApp_InClusterList[0]))

const cId_t zclApp_OutClusterList[] = {TEMP, HUMIDITY, PRESSURE};
const cId_t zclApp_OutClusterList[] = {TEMP, HUMIDITY, PRESSURE, CO2};


#define APP_MAX_OUT_CLUSTERS (sizeof(zclApp_OutClusterList) / sizeof(zclApp_OutClusterList[0]))
Expand Down

0 comments on commit ef8f10b

Please sign in to comment.