Skip to content

Commit

Permalink
Adding the Oven Device on top of 8349 change. (#30671)
Browse files Browse the repository at this point in the history
* Updating for issue 8349

* Updating regen

* Attempting to fix CI failures

* Attempting to regen again

* Reverting changes back

* Adding provisional

* Attempting to fix CI issues with global attribute fix

* Fixing regen and CI issues with missing zcl addition

* adding oven device type

* zap-regen-all

* Fixing zcl with test file

* update oven device

* update cluster zap file

* reran zap_regen_all

* Attempting to fix CI failures

* Attempting to regen again

* adding oven device type

* zap-regen-all

* update oven device

* update cluster zap file

* rerun zap and zap_regen_all

* regenerated zap

* Attempting to fix CI failures

* Attempting to regen again

* adding oven device type

* update oven device

* update cluster zap file

* rerun zap and zap_regen_all

* Updating for issue 8349

* Updating regen

* Attempting to fix CI failures

* Attempting to regen again

* Reverting changes back

* Adding provisional

* Attempting to fix CI issues with global attribute fix

* Fixing regen and CI issues with missing zcl addition

* adding oven device type

* update oven device

* update cluster zap file

* reran zap_regen_all

* regen zap

* regen zap

* fix merge issue. regen zap.

---------

Co-authored-by: abeck-riis <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed May 10, 2024
1 parent 5d38bb2 commit 45d438f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
12 changes: 12 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 @@ -1966,6 +1966,18 @@ limitations under the License.
<include cluster="Dishwasher Alarm" client="false" server="false" clientLocked="true" serverLocked="false"></include>
<include cluster="Operational State" client="false" server="true" clientLocked="true" serverLocked="true"></include>
</clusters>
</deviceType>
<deviceType>
<name>MA-oven</name>
<domain>CHIP</domain>
<typeName>Matter Oven</typeName>
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0x007B</deviceId>
<class>Simple</class>
<scope>Endpoint</scope>
<clusters lockOthers="true">
<include cluster="Identify" client="false" server="false" clientLocked="true" serverLocked="false"></include>
</clusters>
</deviceType>
<deviceType>
<name>MA-refrigerator</name>
Expand Down
15 changes: 8 additions & 7 deletions src/controller/data_model/controller-clusters.zap
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
}
],
"package": [
{
"pathRelativity": "relativeToZap",
"path": "../../app/zap-templates/app-templates.json",
"type": "gen-templates-json",
"version": "chip-v1"
},
{
"pathRelativity": "relativeToZap",
"path": "../../app/zap-templates/zcl/zcl.json",
"type": "zcl-properties",
"category": "matter",
"version": 1,
"description": "Matter SDK ZCL data"
},
{
"pathRelativity": "relativeToZap",
"path": "../../app/zap-templates/app-templates.json",
"type": "gen-templates-json",
"version": "chip-v1"
}
],
"endpointTypes": [
Expand Down Expand Up @@ -5400,5 +5400,6 @@
"endpointId": 1,
"networkId": 0
}
]
],
"log": []
}

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

0 comments on commit 45d438f

Please sign in to comment.