Skip to content

Commit

Permalink
Adding new device for Cook Surface. This is needed for the Cooktop De… (
Browse files Browse the repository at this point in the history
#31306)

* Adding new device for Cook Surface. This is needed for the Cooktop Device.

* Revert wrong generated files and modify clusters for Cook Surface.

* Refactor some loose ends.

* Fix serverLocked setting for cook surface

* Rebase forgot to update this file.
  • Loading branch information
ap-whirlpool authored Jan 19, 2024
1 parent d250a11 commit b840beb
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 b840beb

Please sign in to comment.