Skip to content

Commit

Permalink
Pull request project-chip#1537: MATTER-3072 - Disable open basic comm…
Browse files Browse the repository at this point in the history
…isisoning command on apps that had the featuremap to AdministratoreCommissioning cluster (project-chip#31877)

Merge in WMN_TOOLS/matter from cp/disable_bcw to RC_2.3.0-1.3

Squashed commit of the following:

commit a3c7ae8fb451fde73a898621ee726081eb15de59
Author: Junior Martinez <[email protected]>
Date:   Fri Feb 2 14:45:37 2024 -0500

    Disable open basic commisisoning command on apps that had the featuremap to AdministratoreCommissioning cluster (project-chip#31877)
  • Loading branch information
jmartinez-silabs committed Feb 5, 2024
1 parent 93a805c commit 492a7f4
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2789,7 +2789,6 @@ endpoint 0 {
ram attribute clusterRevision default = 1;

handle command OpenCommissioningWindow;
handle command OpenBasicCommissioningWindow;
handle command RevokeCommissioning;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3879,14 +3879,6 @@
"isIncoming": 1,
"isEnabled": 1
},
{
"name": "OpenBasicCommissioningWindow",
"code": 1,
"mfgCode": null,
"source": "client",
"isIncoming": 1,
"isEnabled": 1
},
{
"name": "RevokeCommissioning",
"code": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2615,7 +2615,6 @@ endpoint 0 {
ram attribute clusterRevision default = 1;

handle command OpenCommissioningWindow;
handle command OpenBasicCommissioningWindow;
handle command RevokeCommissioning;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2968,14 +2968,6 @@
"isIncoming": 1,
"isEnabled": 1
},
{
"name": "OpenBasicCommissioningWindow",
"code": 1,
"mfgCode": null,
"source": "client",
"isIncoming": 1,
"isEnabled": 1
},
{
"name": "RevokeCommissioning",
"code": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2475,7 +2475,6 @@ endpoint 0 {
ram attribute clusterRevision default = 1;

handle command OpenCommissioningWindow;
handle command OpenBasicCommissioningWindow;
handle command RevokeCommissioning;
}

Expand Down
8 changes: 0 additions & 8 deletions examples/lighting-app/silabs/data_model/lighting-wifi-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -2152,14 +2152,6 @@
"isIncoming": 1,
"isEnabled": 1
},
{
"name": "OpenBasicCommissioningWindow",
"code": 1,
"mfgCode": null,
"source": "client",
"isIncoming": 1,
"isEnabled": 1
},
{
"name": "RevokeCommissioning",
"code": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,6 @@ endpoint 0 {
ram attribute clusterRevision default = 1;

handle command OpenCommissioningWindow;
handle command OpenBasicCommissioningWindow;
handle command RevokeCommissioning;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2902,14 +2902,6 @@
"isIncoming": 1,
"isEnabled": 1
},
{
"name": "OpenBasicCommissioningWindow",
"code": 1,
"mfgCode": null,
"source": "client",
"isIncoming": 1,
"isEnabled": 1
},
{
"name": "RevokeCommissioning",
"code": 2,
Expand Down
1 change: 0 additions & 1 deletion examples/thermostat/thermostat-common/thermostat.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2369,7 +2369,6 @@ endpoint 0 {
ram attribute clusterRevision default = 1;

handle command OpenCommissioningWindow;
handle command OpenBasicCommissioningWindow;
handle command RevokeCommissioning;
}

Expand Down
8 changes: 0 additions & 8 deletions examples/thermostat/thermostat-common/thermostat.zap
Original file line number Diff line number Diff line change
Expand Up @@ -3616,14 +3616,6 @@
"isIncoming": 1,
"isEnabled": 1
},
{
"name": "OpenBasicCommissioningWindow",
"code": 1,
"mfgCode": null,
"source": "client",
"isIncoming": 1,
"isEnabled": 1
},
{
"name": "RevokeCommissioning",
"code": 2,
Expand Down
1 change: 0 additions & 1 deletion examples/window-app/common/window-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2382,7 +2382,6 @@ endpoint 0 {
ram attribute clusterRevision default = 1;

handle command OpenCommissioningWindow;
handle command OpenBasicCommissioningWindow;
handle command RevokeCommissioning;
}

Expand Down
11 changes: 1 addition & 10 deletions examples/window-app/common/window-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -4266,14 +4266,6 @@
"isIncoming": 1,
"isEnabled": 1
},
{
"name": "OpenBasicCommissioningWindow",
"code": 1,
"mfgCode": null,
"source": "client",
"isIncoming": 1,
"isEnabled": 1
},
{
"name": "RevokeCommissioning",
"code": 2,
Expand Down Expand Up @@ -7259,6 +7251,5 @@
"endpointId": 2,
"networkId": 0
}
],
"log": []
]
}

0 comments on commit 492a7f4

Please sign in to comment.