File tree 2 files changed +7
-6
lines changed
src/app/tests/suites/certification
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -70,39 +70,39 @@ tests:
70
70
saveAs : SchedulesValue
71
71
72
72
- label : " Step 2: TH reads the PresetTypes attribute from the DUT"
73
- PICS : TSTAT.S.F08 & TSTAT.S.A0048
73
+ PICS : TSTAT.S.F08 && TSTAT.S.A0048
74
74
command : " readAttribute"
75
75
attribute : " PresetTypes"
76
76
response :
77
77
constraints :
78
78
type : list
79
79
80
80
- label : " Step 3: TH reads the NumberOfPresets attribute from the DUT"
81
- PICS : TSTAT.S.F08 & TSTAT.S.A004a
81
+ PICS : TSTAT.S.F08 && TSTAT.S.A004a
82
82
command : " readAttribute"
83
83
attribute : " NumberOfPresets"
84
84
response :
85
85
constraints :
86
86
type : int8u
87
87
88
88
- label : " Step 4: TH reads the ActivePresetHandle attribute from the DUT"
89
- PICS : TSTAT.S.F08 & TSTAT.S.A004e
89
+ PICS : TSTAT.S.F08 && TSTAT.S.A004e
90
90
command : " readAttribute"
91
91
attribute : " ActivePresetHandle"
92
92
response :
93
93
constraints :
94
94
type : octstr
95
95
96
96
- label : " Step 5: TH reads the Presets attribute from the DUT"
97
- PICS : TSTAT.S.F08 & TSTAT.S.A0050
97
+ PICS : TSTAT.S.F08 && TSTAT.S.A0050
98
98
command : " readAttribute"
99
99
attribute : " Presets"
100
100
response :
101
101
constraints :
102
102
type : list
103
103
104
104
- label : " Step 6: TH reads the Schedules attribute from the DUT"
105
- PICS : TSTAT.S.F07 & TSTAT.S.A0051
105
+ PICS : TSTAT.S.F07 && TSTAT.S.A0051
106
106
command : " readAttribute"
107
107
attribute : " Schedules"
108
108
response :
Original file line number Diff line number Diff line change @@ -1931,6 +1931,7 @@ TSTAT.S.F03=0
1931
1931
TSTAT.S.F04=0
1932
1932
TSTAT.S.F05=1
1933
1933
TSTAT.S.F06=0
1934
+ TSTAT.S.F07=0
1934
1935
TSTAT.S.F08=1
1935
1936
1936
1937
TSTAT.S.A0000=1
@@ -1987,7 +1988,7 @@ TSTAT.S.A0048=1
1987
1988
TSTAT.S.A004a=1
1988
1989
TSTAT.S.A004e=1
1989
1990
TSTAT.S.A0050=1
1990
- TSTAT.S.A0051=1
1991
+ TSTAT.S.A0051=0
1991
1992
1992
1993
TSTAT.S.M.MinSetpointDeadBandWritable=1
1993
1994
TSTAT.S.M.HVACSystemTypeConfigurationWritable=0
You can’t perform that action at this time.
0 commit comments