Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the Oven Device on top of 8349 change. #30671

Merged
merged 51 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
45df4b2
Updating for issue 8349
abeck-riis Nov 27, 2023
aa697c3
Updating regen
abeck-riis Nov 27, 2023
8181963
Attempting to fix CI failures
abeck-riis Nov 27, 2023
9253e74
Attempting to regen again
abeck-riis Nov 27, 2023
c30f493
Reverting changes back
abeck-riis Nov 27, 2023
5976cc0
Adding provisional
abeck-riis Nov 27, 2023
e878338
Attempting to fix CI issues with global attribute fix
abeck-riis Nov 27, 2023
e667712
Fixing regen and CI issues with missing zcl addition
abeck-riis Nov 27, 2023
e84953f
adding oven device type
eahove Nov 27, 2023
5146b6f
zap-regen-all
eahove Nov 27, 2023
cf0dd84
Fixing zcl with test file
abeck-riis Nov 27, 2023
3a18246
update oven device
eahove Nov 27, 2023
4add1d8
update cluster zap file
eahove Nov 27, 2023
20b1dd8
reran zap_regen_all
eahove Nov 27, 2023
339409d
Attempting to fix CI failures
abeck-riis Nov 27, 2023
121410a
Attempting to regen again
abeck-riis Nov 27, 2023
4492451
adding oven device type
eahove Nov 27, 2023
6e402f7
zap-regen-all
eahove Nov 27, 2023
fa859b3
update oven device
eahove Nov 27, 2023
81bc571
update cluster zap file
eahove Nov 27, 2023
04b58ce
rerun zap and zap_regen_all
eahove Nov 28, 2023
188edea
Merge branch 'OvenDevice8394' of https://github.com/eahove/connectedh…
eahove Nov 28, 2023
d70c717
regenerated zap
eahove Nov 28, 2023
34fb5a7
Merge remote-tracking branch 'upstream/master' into OvenDevice8394
eahove Nov 28, 2023
60b647b
Attempting to fix CI failures
abeck-riis Nov 27, 2023
777f61c
Attempting to regen again
abeck-riis Nov 27, 2023
c75e0c8
adding oven device type
eahove Nov 27, 2023
9376f6a
update oven device
eahove Nov 27, 2023
e24c619
update cluster zap file
eahove Nov 27, 2023
ffcb192
rerun zap and zap_regen_all
eahove Nov 28, 2023
2ed2cec
Updating for issue 8349
abeck-riis Nov 27, 2023
8922f82
Updating regen
abeck-riis Nov 27, 2023
1d3cf63
Attempting to fix CI failures
abeck-riis Nov 27, 2023
e8de5c6
Attempting to regen again
abeck-riis Nov 27, 2023
0fe5289
Reverting changes back
abeck-riis Nov 27, 2023
2613434
Adding provisional
abeck-riis Nov 27, 2023
bdeb18d
Attempting to fix CI issues with global attribute fix
abeck-riis Nov 27, 2023
62e2c03
Fixing regen and CI issues with missing zcl addition
abeck-riis Nov 27, 2023
89ed2d4
adding oven device type
eahove Nov 27, 2023
c47774c
update oven device
eahove Nov 27, 2023
6115934
update cluster zap file
eahove Nov 27, 2023
80d2aa7
reran zap_regen_all
eahove Nov 27, 2023
d10a8ef
regen zap
eahove Nov 28, 2023
5ab5a57
Merge branch 'OvenDevice8394' of https://github.com/eahove/connectedh…
eahove Nov 28, 2023
ec59bd9
Merge branch 'master' into OvenDevice8394
eahove Nov 29, 2023
90bbcbf
Merge branch 'master' into OvenDevice8394
eahove Nov 29, 2023
7c5ac05
Merge branch 'master' into OvenDevice8394
eahove Nov 29, 2023
594c485
regen zap
eahove Nov 29, 2023
adf1cff
Merge branch 'master' into OvenDevice8394
eahove Nov 29, 2023
b64d453
fix merge issue. regen zap.
eahove Nov 29, 2023
3071948
Merge branch 'master' into OvenDevice8394
eahove Nov 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading