Skip to content

Commit

Permalink
Add PICS code for SetActiveScheduleRequest and set it to 0 (#35294)
Browse files Browse the repository at this point in the history
* Add PICS code for SetActiveScheduleRequest and set it to 0

* Restyled by prettier-yaml

---------

Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
2 people authored and pull[bot] committed Sep 19, 2024
1 parent 3423ee5 commit 3394487
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/tests/suites/certification/PICS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6524,6 +6524,11 @@ PICS:
"Does the device implement receiving the GetRelayStatusLog command?"
id: TSTAT.S.C04.Rsp

- label:
"Does the device implement receiving the SetActiveScheduleRequest
command?"
id: TSTAT.S.C05.Rsp

- label:
"Does the device implement receiving the SetActivePresetRequest
command?"
Expand Down Expand Up @@ -6621,6 +6626,11 @@ PICS:
- label: "Does the device implement sending the GetRelayStatusLog command?"
id: TSTAT.C.C04.Tx

- label:
"Does the device implement sending the SetActiveScheduleRequest
command?"
id: TSTAT.C.C05.Tx

- label:
"Does the device implement sending the SetActivePresetRequest command?"
id: TSTAT.C.C06.Tx
Expand Down
2 changes: 2 additions & 0 deletions src/app/tests/suites/certification/ci-pics-values
Original file line number Diff line number Diff line change
Expand Up @@ -2000,6 +2000,7 @@ TSTAT.S.C01.Rsp=0
TSTAT.S.C02.Rsp=0
TSTAT.S.C03.Rsp=0
TSTAT.S.C04.Rsp=0
TSTAT.S.C05.Rsp=0
TSTAT.S.C06.Rsp=1
TSTAT.S.Cfe.Rsp=1
TSTAT.S.Cfd.Tx=1
Expand All @@ -2017,6 +2018,7 @@ TSTAT.C.C02.Tx=0
TSTAT.C.C03.Tx=0
TSTAT.S.C00.Tx=0
TSTAT.S.C01.Tx=0
TSTAT.C.C05.Tx=0
TSTAT.C.C06.Tx=1
TSTAT.C.Cfe.Tx=1

Expand Down

0 comments on commit 3394487

Please sign in to comment.