Skip to content

Commit 970e9db

Browse files
Test_TC_DGWIFI_2_1 WiFiVersion enum8 maxValue should be 6 (#31364)
* WiFiVersion enum8 maxValue should be 6 Matter Spec 1.2 Section 11.14.5.2. WiFiVersionEnum Type ranges from 0 (802.11a) to 6 (802.11ah) * Update command.h darwin zap-genersated WiFiVersion
1 parent 8a31964 commit 970e9db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/tests/suites/certification/Test_TC_DGWIFI_2_1.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tests:
5656
constraints:
5757
type: enum8
5858
minValue: 0
59-
maxValue: 5
59+
maxValue: 6
6060

6161
- label: "Step 5: TH reads ChannelNumber attribute constraints"
6262
PICS: DGWIFI.S.A0003

zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h

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

0 commit comments

Comments
 (0)