Skip to content

Commit 1326519

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Fix some command descriptions for group key management cluster. (#23896)
Fixes #23892
1 parent 5a00da7 commit 1326519

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/app/zap-templates/zcl/data-model/chip/group-key-mgmt-cluster.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ limitations under the License.
6464
<attribute side="server" code="0x0003" define="MAX_GROUP_KEYS_PER_FABRIC" type="INT16U" writable="false" optional="false">MaxGroupKeysPerFabric</attribute>
6565

6666
<command source="client" code="0x00" name="KeySetWrite" isFabricScoped="true" optional="false" cli="zcl GroupKeyManagement KeySetWrite">
67-
<description>Revoke a Root Key from a Group</description>
67+
<description>Write a new set of keys for the given key set id.</description>
6868
<arg name="GroupKeySet" type="GroupKeySetStruct"/>
6969
<access op="invoke" privilege="administer"/>
7070
</command>
7171

7272
<command source="client" code="0x01" name="KeySetRead" isFabricScoped="true" response="KeySetReadResponse" optional="false" cli="zcl GroupKeyManagement KeySetRead">
73-
<description>Revoke a Root Key from a Group</description>
73+
<description>Read the keys for a given key set id.</description>
7474
<arg name="GroupKeySetID" type="INT16U"/>
7575
<access op="invoke" privilege="administer"/>
7676
</command>

src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)