Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PICS code for SetActiveScheduleRequest and set it to 0 #35294

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading