From 33944879127347f5f7965e2d1bffd315615d87a5 Mon Sep 17 00:00:00 2001 From: Nivi Sarkar <55898241+nivi-apple@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:17:16 -0700 Subject: [PATCH] Add PICS code for SetActiveScheduleRequest and set it to 0 (#35294) * Add PICS code for SetActiveScheduleRequest and set it to 0 * Restyled by prettier-yaml --------- Co-authored-by: Restyled.io --- src/app/tests/suites/certification/PICS.yaml | 10 ++++++++++ src/app/tests/suites/certification/ci-pics-values | 2 ++ 2 files changed, 12 insertions(+) diff --git a/src/app/tests/suites/certification/PICS.yaml b/src/app/tests/suites/certification/PICS.yaml index 89638f4e631747..32ea708bd871fe 100644 --- a/src/app/tests/suites/certification/PICS.yaml +++ b/src/app/tests/suites/certification/PICS.yaml @@ -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?" @@ -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 diff --git a/src/app/tests/suites/certification/ci-pics-values b/src/app/tests/suites/certification/ci-pics-values index 24abab5e9aacb3..892961a965bae4 100644 --- a/src/app/tests/suites/certification/ci-pics-values +++ b/src/app/tests/suites/certification/ci-pics-values @@ -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 @@ -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