Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
cnanoleaf authored Jan 19, 2024
2 parents 856a9c9 + b840beb commit 3b59593
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/app/zap-templates/zcl/data-model/chip/matter-devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2365,4 +2365,18 @@ limitations under the License.
</include>
</clusters>
</deviceType>
<deviceType>
<name>Cook Surface</name>
<domain>CHIP</domain>
<typeName>Matter Cook Surface</typeName>
<class>Simple</class>
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0x0077</deviceId>
<clusters lockOthers="true">
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true">
</include>
<include cluster="Temperature Control" client="false" server="true" clientLocked="true" serverLocked="false"></include>
<include cluster="Temperature Measurement" client="false" server="false" clientLocked="true" serverLocked="false"></include>
</clusters>
</deviceType>
</configurator>

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

0 comments on commit 3b59593

Please sign in to comment.