Skip to content

Commit 6333e03

Browse files
sxb427gmarcosb
authored andcommitted
Revert changes in PR 37722 to fix compilation (project-chip#37797)
1 parent b640065 commit 6333e03

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

examples/chef/devices/rootnode_rainsensor_a7aa5d7738.matter

-3
Original file line numberDiff line numberDiff line change
@@ -1759,9 +1759,6 @@ endpoint 0 {
17591759
handle command UpdateFabricLabel;
17601760
handle command RemoveFabric;
17611761
handle command AddTrustedRootCertificate;
1762-
handle command SetVidVerificationStatement;
1763-
handle command SignVidVerificationRequest;
1764-
handle command SignVidVerificationResponse;
17651762
}
17661763

17671764
server cluster GroupKeyManagement {

examples/chef/devices/rootnode_rainsensor_a7aa5d7738.zap

+1-25
Original file line numberDiff line numberDiff line change
@@ -1584,30 +1584,6 @@
15841584
"source": "client",
15851585
"isIncoming": 1,
15861586
"isEnabled": 1
1587-
},
1588-
{
1589-
"name": "SetVidVerificationStatement",
1590-
"code": 12,
1591-
"mfgCode": null,
1592-
"source": "client",
1593-
"isIncoming": 1,
1594-
"isEnabled": 1
1595-
},
1596-
{
1597-
"name": "SignVidVerificationRequest",
1598-
"code": 13,
1599-
"mfgCode": null,
1600-
"source": "client",
1601-
"isIncoming": 1,
1602-
"isEnabled": 1
1603-
},
1604-
{
1605-
"name": "SignVidVerificationResponse",
1606-
"code": 14,
1607-
"mfgCode": null,
1608-
"source": "server",
1609-
"isIncoming": 0,
1610-
"isEnabled": 1
16111587
}
16121588
],
16131589
"attributes": [
@@ -2762,4 +2738,4 @@
27622738
"parentEndpointIdentifier": 0
27632739
}
27642740
]
2765-
}
2741+
}

0 commit comments

Comments
 (0)