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 <commits@restyled.io>
diff --git a/src/app/tests/suites/certification/PICS.yaml b/src/app/tests/suites/certification/PICS.yaml
index 89638f4..32ea708 100644
--- a/src/app/tests/suites/certification/PICS.yaml
+++ b/src/app/tests/suites/certification/PICS.yaml
@@ -6525,6 +6525,11 @@
       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?"
       id: TSTAT.S.C06.Rsp
@@ -6622,6 +6627,11 @@
       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 24abab5..892961a 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.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.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