Skip to content

Commit

Permalink
updating type contraints to match attribute value type
Browse files Browse the repository at this point in the history
  • Loading branch information
abpoth committed Aug 21, 2023
1 parent 654a6f3 commit 9af6a63
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions src/app/tests/suites/certification/Test_TC_DISHALM_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,28 @@ tests:
attribute: "Mask"
response:
constraints:
contiains: int32u
type: bitmap32

- label: "3. TH reads from the DUT the Latch attribute"
PICS: DISHALM.S.A0001
command: "readAttribute"
attribute: "Latch"
response:
constraints:
contains: int32u
type: bitmap32

- label: "4. TH reads from the DUT the State attribute"
PICS: DISHALM.S.A0002
command: "readAttribute"
attribute: "State"
response:
constraints:
contains: int32u
type: bitmap32

- label: "5. TH reads from the DUT the Supported attribute"
PICS: DISHALM.S.A0003
command: "readAttribute"
attribute: "Supported"
response:
constraints:
contains: int32u
type: bitmap32
8 changes: 4 additions & 4 deletions zzz_generated/chip-tool/zap-generated/test/Commands.h

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

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

0 comments on commit 9af6a63

Please sign in to comment.