Skip to content

Commit

Permalink
mark several clusters as zigbee-only
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Dec 7, 2023
1 parent 4db8c38 commit 54bc4fb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/app/zap-templates/zcl/data-model/chip/pwm-cluster.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ limitations under the License.
<configurator>
<domain name="CHIP" />

<cluster apiMaturity="provisional">
<!-- Deprecated because this is a zigbee-only cluster -->
<cluster apiMaturity="deprecated">
<domain>General</domain>
<name>Pulse Width Modulation</name>
<code>0x001c</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ limitations under the License.
<field name="positionFailure" mask="0x08"/>
</bitmap>

<cluster>
<!-- Deprecated because this is a zigbee-only cluster -->
<cluster apiMaturity="deprecated">
<name>Barrier Control</name>
<domain>Closures</domain>
<code>0x0103</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ limitations under the License.
<configurator>
<domain name="Home Automation"/>

<cluster introducedIn="ha-1.2-05-3520-29">
<!-- Deprecated because this is a zigbee-only cluster -->
<cluster apiMaturity="deprecated" introducedIn="ha-1.2-05-3520-29">
<name>Electrical Measurement</name>
<domain>Home Automation</domain>
<description>Attributes related to the electrical properties of a device. This cluster is used by power outlets and other devices that need to provide instantaneous data as opposed to metrology data which should be retrieved from the metering cluster..</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ limitations under the License.
<configurator>
<domain name="General"/>

<cluster>
<!-- Deprecated because this is a zigbee-only cluster -->
<cluster apiMaturity="deprecated">
<name>Binary Input (Basic)</name>
<domain>General</domain>
<description>An interface for reading the value of a binary measurement and accessing various characteristics of that measurement. </description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ limitations under the License.
<configurator>
<domain name="General"/>

<cluster>
<!-- Deprecated because this is a zigbee-only cluster -->
<cluster apiMaturity="deprecated">
<name>On/off Switch Configuration</name>
<domain>General</domain>
<description>Attributes and commands for configuring On/Off switching devices.</description>
Expand Down

0 comments on commit 54bc4fb

Please sign in to comment.