@@ -81,7 +81,20 @@ tests:
81
81
value : maxScenesMinusOne / 2
82
82
83
83
- label :
84
- " Step 0a :TH sends KeySetWrite command in the GroupKeyManagement
84
+ " Step 0a :TH reads attribute {ServerList} from the Descriptor cluster
85
+ of the endpoint that implements the Scenes Management server on the
86
+ DUT. DUT responds with a list of server clusters containing the groups
87
+ cluster."
88
+ cluster : " Descriptor"
89
+ command : " readAttribute"
90
+ attribute : " ServerList"
91
+ response :
92
+ constraints :
93
+ type : list
94
+ contains : [4]
95
+
96
+ - label :
97
+ " Step 0b :TH sends KeySetWrite command in the GroupKeyManagement
85
98
cluster to DUT using a key that is pre-installed on the TH.
86
99
GroupKeySet fields are as follows:"
87
100
cluster : " Group Key Management"
@@ -103,7 +116,7 @@ tests:
103
116
}
104
117
105
118
- label :
106
- " Step 0b : TH binds GroupIds 0x0001 and 0x0002 with GroupKeySetID
119
+ " Step 0c : TH binds GroupIds 0x0001 and 0x0002 with GroupKeySetID
107
120
0x01a1 in the GroupKeyMap attribute list on GroupKeyManagement cluster
108
121
by writing the GroupKeyMap attribute with two entries as follows:"
109
122
cluster : " Group Key Management"
@@ -117,7 +130,7 @@ tests:
117
130
{ FabricIndex: 1, GroupId: G2, GroupKeySetID: 0x01a1 },
118
131
]
119
132
120
- - label : " Step 0c : TH sends a RemoveAllGroups command to DUT."
133
+ - label : " Step 0d : TH sends a RemoveAllGroups command to DUT."
121
134
PICS : G.S.C04.Rsp
122
135
cluster : " Groups"
123
136
endpoint : endpoint
0 commit comments