@@ -32,6 +32,10 @@ function getManualTests()
32
32
'Test_TC_DD_3_6' ,
33
33
'Test_TC_DD_3_9' ,
34
34
'Test_TC_DD_3_10' ,
35
+ 'Test_TC_DD_3_11' ,
36
+ 'Test_TC_DD_3_12' ,
37
+ 'Test_TC_DD_3_13' ,
38
+ 'Test_TC_DD_3_14' ,
35
39
'Test_TC_DD_4_1' ,
36
40
] ;
37
41
@@ -66,8 +70,11 @@ function getManualTests()
66
70
67
71
const DeviceManagement = [
68
72
'Test_TC_DM_1_2' ,
73
+ 'Test_TC_DM_1_4' ,
69
74
'Test_TC_DM_2_3' ,
75
+ 'Test_TC_DM_2_4' ,
70
76
'Test_TC_DM_3_2' ,
77
+ 'Test_TC_DM_3_4' ,
71
78
] ;
72
79
73
80
const DiagnosticsLogs = [
@@ -93,6 +100,7 @@ function getManualTests()
93
100
const GeneralDiagnostics = [
94
101
'Test_TC_GENDIAG_1_1' ,
95
102
'Test_TC_GENDIAG_1_2' ,
103
+ 'Test_TC_GENDIAG_2_1' ,
96
104
] ;
97
105
98
106
const Identify = [
@@ -102,6 +110,7 @@ function getManualTests()
102
110
103
111
const IlluminanceMeasurement = [
104
112
'Test_TC_ILL_2_1' ,
113
+ 'Test_TC_ILL_2_2' ,
105
114
] ;
106
115
107
116
const InteractionDataModel = [
@@ -117,10 +126,13 @@ function getManualTests()
117
126
'Test_TC_IDM_5_2' ,
118
127
'Test_TC_IDM_6_1' ,
119
128
'Test_TC_IDM_6_2' ,
129
+ 'Test_TC_IDM_6_3' ,
130
+ 'Test_TC_IDM_6_4' ,
120
131
] ;
121
132
122
133
const MediaControl = [
123
134
'Test_TC_MC_3_12' ,
135
+ 'Test_TC_MC_3_13' ,
124
136
'Test_TC_MC_4_1' ,
125
137
'Test_TC_MC_8_2' ,
126
138
'Test_TC_MC_9_2' ,
@@ -157,12 +169,20 @@ function getManualTests()
157
169
'Test_TC_MF_1_22' ,
158
170
'Test_TC_MF_1_23' ,
159
171
'Test_TC_MF_1_24' ,
172
+ 'Test_TC_MF_1_25' ,
173
+ 'Test_TC_MF_1_26' ,
174
+ 'Test_TC_MF_1_27' ,
175
+ 'Test_TC_MF_1_28' ,
160
176
] ;
161
177
162
178
const ModeSelect = [
163
179
'Test_TC_MOD_1_1' ,
164
180
'Test_TC_MOD_1_2' ,
165
181
'Test_TC_MOD_2_1' ,
182
+ 'Test_TC_MOD_2_2' ,
183
+ 'Test_TC_MOD_3_1' ,
184
+ 'Test_TC_MOD_3_2' ,
185
+ 'Test_TC_MOD_3_3' ,
166
186
] ;
167
187
168
188
const OTASoftwareUpdate = [
@@ -178,11 +198,14 @@ function getManualTests()
178
198
'Test_TC_SU_3_2' ,
179
199
'Test_TC_SU_3_3' ,
180
200
'Test_TC_SU_3_4' ,
201
+ 'Test_TC_SU_4_1' ,
202
+ 'Test_TC_SU_4_2' ,
181
203
] ;
182
204
183
205
const PowerSourceConfiguration = [
184
206
'Test_TC_PSCFG_1_1' ,
185
207
'Test_TC_PSCFG_2_1' ,
208
+ 'Test_TC_PSCFG_3_1' ,
186
209
] ;
187
210
188
211
const SecureChannel = [
@@ -204,6 +227,30 @@ function getManualTests()
204
227
205
228
const WindowCovering = [
206
229
'Test_TC_WNCV_2_3' ,
230
+ 'Test_TC_WNCV_6_1' ,
231
+ ] ;
232
+
233
+ const FlowMeasurement = [
234
+ 'Test_TC_FLW_3_1' ,
235
+ ] ;
236
+
237
+ const OccupancySensing = [
238
+ 'Test_TC_OCC_2_3' ,
239
+ 'Test_TC_OCC_2_4' ,
240
+ 'Test_TC_OCC_3_1' ,
241
+ ] ;
242
+
243
+ const OnOff = [
244
+ 'Test_TC_OO_2_4' ,
245
+ ] ;
246
+
247
+ const PressureMeasurement = [
248
+ 'Test_TC_PRS_2_2' ,
249
+ 'Test_TC_PRS_2_3' ,
250
+ ] ;
251
+
252
+ const PowerSource = [
253
+ 'Test_TC_PS_2_2' ,
207
254
] ;
208
255
209
256
const tests = [
@@ -230,6 +277,11 @@ function getManualTests()
230
277
SoftwareDiagnostics , //
231
278
WiFiNetworkDiagnostics , //
232
279
WindowCovering , //
280
+ FlowMeasurement , //
281
+ OccupancySensing , //
282
+ OnOff , //
283
+ PressureMeasurement , //
284
+ PowerSource , //
233
285
234
286
] ;
235
287
return tests . flat ( 1 ) ;
0 commit comments