Skip to content

Commit

Permalink
only check for transitional values in LVL move command with a rate if…
Browse files Browse the repository at this point in the history
… LVL.S.M.VarRate is enabled (project-chip#31043)
  • Loading branch information
nemik authored and shgutte committed Sep 10, 2024
1 parent e8886a1 commit d6fb20f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/tests/suites/certification/Test_TC_LVL_4_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ tests:

- label:
"Step 4b: After 10 seconds, TH reads CurrentLevel attribute from DUT"
PICS: LVL.S.C01.Rsp && LVL.S.A0000
PICS: LVL.S.C01.Rsp && LVL.S.A0000 && LVL.S.M.VarRate
command: "readAttribute"
attribute: "CurrentLevel"
response:
Expand All @@ -199,7 +199,7 @@ tests:
- label:
"Step 4c: After another 10 seconds, TH reads CurrentLevel attribute
from DUT"
PICS: LVL.S.C01.Rsp && LVL.S.A0000
PICS: LVL.S.C01.Rsp && LVL.S.A0000 && LVL.S.M.VarRate
command: "readAttribute"
attribute: "CurrentLevel"
response:
Expand All @@ -218,7 +218,7 @@ tests:
- label:
"Step 4d: After another 10 seconds, TH reads CurrentLevel attribute
from DUT"
PICS: LVL.S.C01.Rsp && LVL.S.A0000
PICS: LVL.S.C01.Rsp && LVL.S.A0000 && LVL.S.M.VarRate
command: "readAttribute"
attribute: "CurrentLevel"
response:
Expand Down

0 comments on commit d6fb20f

Please sign in to comment.