Skip to content

Commit f7226c1

Browse files
authored
Fix app conformance failures: microwave-oven-app [Fixes project-chip#36828] (project-chip#37215)
* Update ZAP to fix conformance issues * Update ZAP - Remove wrong conformances * Update ZAP - Remove wrong conformance
1 parent 7786bb6 commit f7226c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/microwave-oven-app/microwave-oven-common/microwave-oven-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@ endpoint 1 {
17131713
callback attribute acceptedCommandList;
17141714
callback attribute attributeList;
17151715
ram attribute featureMap default = 0;
1716-
ram attribute clusterRevision default = 4;
1716+
ram attribute clusterRevision default = 5;
17171717

17181718
handle command Identify;
17191719
handle command TriggerEffect;
@@ -1772,7 +1772,7 @@ endpoint 1 {
17721772
callback attribute acceptedCommandList;
17731773
callback attribute attributeList;
17741774
ram attribute featureMap default = 0;
1775-
ram attribute clusterRevision default = 2;
1775+
ram attribute clusterRevision default = 3;
17761776

17771777
handle command Pause;
17781778
handle command Stop;

examples/microwave-oven-app/microwave-oven-common/microwave-oven-app.zap

+2-2
Original file line numberDiff line numberDiff line change
@@ -2818,7 +2818,7 @@
28182818
"storageOption": "RAM",
28192819
"singleton": 0,
28202820
"bounded": 0,
2821-
"defaultValue": "4",
2821+
"defaultValue": "5",
28222822
"reportable": 1,
28232823
"minInterval": 0,
28242824
"maxInterval": 65344,
@@ -3542,7 +3542,7 @@
35423542
"storageOption": "RAM",
35433543
"singleton": 0,
35443544
"bounded": 0,
3545-
"defaultValue": "2",
3545+
"defaultValue": "3",
35463546
"reportable": 1,
35473547
"minInterval": 1,
35483548
"maxInterval": 65534,

0 commit comments

Comments
 (0)