Skip to content

Commit 6bc1646

Browse files
committed
Microwave oven: Fix conformance
1 parent b1087be commit 6bc1646

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,6 @@ endpoint 0 {
13341334
ram attribute clusterRevision default = 1;
13351335

13361336
handle command OpenCommissioningWindow;
1337-
handle command OpenBasicCommissioningWindow;
13381337
handle command RevokeCommissioning;
13391338
}
13401339

@@ -1455,7 +1454,7 @@ endpoint 1 {
14551454
callback attribute eventList;
14561455
callback attribute attributeList;
14571456
ram attribute featureMap default = 0;
1458-
ram attribute clusterRevision default = 1;
1457+
ram attribute clusterRevision default = 2;
14591458

14601459
handle command Pause;
14611460
handle command Stop;

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

+1-9
Original file line numberDiff line numberDiff line change
@@ -2088,14 +2088,6 @@
20882088
"isIncoming": 1,
20892089
"isEnabled": 1
20902090
},
2091-
{
2092-
"name": "OpenBasicCommissioningWindow",
2093-
"code": 1,
2094-
"mfgCode": null,
2095-
"source": "client",
2096-
"isIncoming": 1,
2097-
"isEnabled": 1
2098-
},
20992091
{
21002092
"name": "RevokeCommissioning",
21012093
"code": 2,
@@ -3627,7 +3619,7 @@
36273619
"storageOption": "RAM",
36283620
"singleton": 0,
36293621
"bounded": 0,
3630-
"defaultValue": "1",
3622+
"defaultValue": "2",
36313623
"reportable": 1,
36323624
"minInterval": 1,
36333625
"maxInterval": 65534,

0 commit comments

Comments
 (0)