File tree 2 files changed +11
-0
lines changed
src/app/tests/suites/certification
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -6524,6 +6524,11 @@ PICS:
6524
6524
" Does the device implement receiving the GetRelayStatusLog command?"
6525
6525
id : TSTAT.S.C04.Rsp
6526
6526
6527
+ - label :
6528
+ " Does the device implement receiving the SetActiveScheduleRequest
6529
+ command?"
6530
+ id : TSTAT.S.C05.Rsp
6531
+
6527
6532
- label :
6528
6533
" Does the device implement receiving the SetActivePresetRequest
6529
6534
command?"
@@ -6621,6 +6626,10 @@ PICS:
6621
6626
- label : " Does the device implement sending the GetRelayStatusLog command?"
6622
6627
id : TSTAT.C.C04.Tx
6623
6628
6629
+ - label :
6630
+ " Does the device implement sending the SetActiveScheduleRequest command?"
6631
+ id : TSTAT.C.C05.Tx
6632
+
6624
6633
- label :
6625
6634
" Does the device implement sending the SetActivePresetRequest command?"
6626
6635
id : TSTAT.C.C06.Tx
Original file line number Diff line number Diff line change @@ -2000,6 +2000,7 @@ TSTAT.S.C01.Rsp=0
2000
2000
TSTAT.S.C02.Rsp=0
2001
2001
TSTAT.S.C03.Rsp=0
2002
2002
TSTAT.S.C04.Rsp=0
2003
+ TSTAT.S.C05.Rsp=0
2003
2004
TSTAT.S.C06.Rsp=1
2004
2005
TSTAT.S.Cfe.Rsp=1
2005
2006
TSTAT.S.Cfd.Tx=1
@@ -2017,6 +2018,7 @@ TSTAT.C.C02.Tx=0
2017
2018
TSTAT.C.C03.Tx=0
2018
2019
TSTAT.S.C00.Tx=0
2019
2020
TSTAT.S.C01.Tx=0
2021
+ TSTAT.C.C05.Tx=0
2020
2022
TSTAT.C.C06.Tx=1
2021
2023
TSTAT.C.Cfe.Tx=1
2022
2024
You can’t perform that action at this time.
0 commit comments