Skip to content

Commit

Permalink
fix TestIcdManagementCluster test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Nov 8, 2023
1 parent 0f3535a commit 7b45c0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/app/tests/suites/TestIcdManagementCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ tests:
command: "readAttribute"
attribute: "IdleModeDuration"
response:
value: 300
value: 3600

- label: "Read ActiveModeDuration"
command: "readAttribute"
attribute: "ActiveModeDuration"
response:
value: 300
value: 10000

- label: "Read ActiveModeThreshold"
command: "readAttribute"
attribute: "ActiveModeThreshold"
response:
value: 300
value: 1000

- label: "Read ICDCounter"
command: "readAttribute"
Expand Down

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

0 comments on commit 7b45c0d

Please sign in to comment.