Skip to content

Commit

Permalink
Change Cluster Definition
Browse files Browse the repository at this point in the history
Rename VOC_CONCENTRATION_MEASUREMENT_CLUSTER to TVOC_CONCENTRATION_MEASUREMENT_CLUSTER
  • Loading branch information
p0fi committed May 26, 2023
1 parent d6bc709 commit 1ad07c0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ limitations under the License.
<domain>Measurement &amp; Sensing</domain>
<description>Attributes for reporting total volatile organic compounds concentration measurements</description>
<code>0x042e</code>
<define>VOC_CONCENTRATION_MEASUREMENT_CLUSTER</define>
<define>TVOC_CONCENTRATION_MEASUREMENT_CLUSTER</define>

<client tick="false" init="false">true</client>
<server tick="false" init="false">true</server>
Expand Down
2 changes: 1 addition & 1 deletion src/app/zap_cluster_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"UNIT_TESTING_CLUSTER": [],
"USER_LABEL_CLUSTER": [],
"UV_FILTER_MONITORING_CLUSTER": [],
"VOC_CONCENTRATION_MEASUREMENT_CLUSTER": [],
"TVOC_CONCENTRATION_MEASUREMENT_CLUSTER": [],
"WAKE_ON_LAN_CLUSTER": [],
"WATER_TANK_MONITORING_CLUSTER": [],
"WIFI_NETWORK_DIAGNOSTICS_CLUSTER": [],
Expand Down
4 changes: 2 additions & 2 deletions src/controller/data_model/controller-clusters.zap
Original file line number Diff line number Diff line change
Expand Up @@ -31168,7 +31168,7 @@
"name": "Total Volatile Organic Compounds Measurement",
"code": 1070,
"mfgCode": null,
"define": "VOC_CONCENTRATION_MEASUREMENT_CLUSTER",
"define": "TVOC_CONCENTRATION_MEASUREMENT_CLUSTER",
"side": "client",
"enabled": 1,
"attributes": [
Expand Down Expand Up @@ -31210,7 +31210,7 @@
"name": "Total Volatile Organic Compounds Measurement",
"code": 1070,
"mfgCode": null,
"define": "VOC_CONCENTRATION_MEASUREMENT_CLUSTER",
"define": "TVOC_CONCENTRATION_MEASUREMENT_CLUSTER",
"side": "server",
"enabled": 0,
"attributes": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ad07c0

Please sign in to comment.