Skip to content

Commit

Permalink
Added cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Jul 25, 2024
1 parent 8779272 commit 7fefe75
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/app/tests/suites/certification/Test_TC_LVL_9_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,23 @@ tests:
attribute: "CurrentLevel"
response:
value: MinLevelValue

- label:
"Cleanup: TH sends a RemoveAllScenes command to DUT with the GroupID
field set to G1."
command: "RemoveAllScenes"
arguments:
values:
- name: "GroupID"
value: G1
response:
values:
- name: "Status"
value: 0x00
- name: "GroupID"
value: G1

- label: "Cleanup: TH sends a RemoveAllGroups command to DUT."
cluster: "Groups"
endpoint: endpoint
command: "RemoveAllGroups"

0 comments on commit 7fefe75

Please sign in to comment.