Skip to content

Commit

Permalink
Update replacable-monitoring-cluster.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hare-siterwell committed May 17, 2023
1 parent f0ebdd3 commit b37d4fd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ limitations under the License.
<domain>Measurement &amp; Sensing</domain>
<description>Attributes and commands for monitoring electrostatic filters in a device</description>
<code>0x0074</code>
<define>ELECTROSTATIC_FILTER_MONITORING</define>
<define>ELECTROSTATIC_FILTER_MONITORING_CLUSTER</define>
<client tick="false" init="false">true</client>
<server tick="false" init="false">true</server>

Expand Down Expand Up @@ -147,7 +147,7 @@ limitations under the License.
<domain>Measurement &amp; Sensing</domain>
<description>Attributes and commands for monitoring zeolite filters in a device</description>
<code>0x0077</code>
<define>ZEOLITE_FILTER_MONITORING</define>
<define>ZEOLITE_FILTER_MONITORING_CLUSTER</define>
<client tick="false" init="false">true</client>
<server tick="false" init="false">true</server>

Expand Down
8 changes: 4 additions & 4 deletions src/controller/data_model/controller-clusters.zap
Original file line number Diff line number Diff line change
Expand Up @@ -11430,7 +11430,7 @@
"name": "Electrostatic Filter Monitoring",
"code": 116,
"mfgCode": null,
"define": "ELECTROSTATIC_FILTER_MONITORING",
"define": "ELECTROSTATIC_FILTER_MONITORING_CLUSTER",
"side": "client",
"enabled": 1,
"attributes": [
Expand Down Expand Up @@ -11472,7 +11472,7 @@
"name": "Electrostatic Filter Monitoring",
"code": 116,
"mfgCode": null,
"define": "ELECTROSTATIC_FILTER_MONITORING",
"define": "ELECTROSTATIC_FILTER_MONITORING_CLUSTER",
"side": "server",
"enabled": 0,
"attributes": [
Expand Down Expand Up @@ -12066,7 +12066,7 @@
"name": "Zeolite Filter Monitoring",
"code": 119,
"mfgCode": null,
"define": "ZEOLITE_FILTER_MONITORING",
"define": "ZEOLITE_FILTER_MONITORING_CLUSTER",
"side": "client",
"enabled": 1,
"attributes": [
Expand Down Expand Up @@ -12108,7 +12108,7 @@
"name": "Zeolite Filter Monitoring",
"code": 119,
"mfgCode": null,
"define": "ZEOLITE_FILTER_MONITORING",
"define": "ZEOLITE_FILTER_MONITORING_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.

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

0 comments on commit b37d4fd

Please sign in to comment.