Skip to content

Commit

Permalink
Test_TC_DGWIFI_2_1 WiFiVersion enum8 maxValue should be 6 (project-ch…
Browse files Browse the repository at this point in the history
…ip#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
  • Loading branch information
simonhmorris1 authored and jamesharrow committed Jan 15, 2024
1 parent 6562a80 commit f30524e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_DGWIFI_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tests:
constraints:
type: enum8
minValue: 0
maxValue: 5
maxValue: 6

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f30524e

Please sign in to comment.