File tree 2 files changed +6
-20
lines changed
src/app/tests/suites/certification
2 files changed +6
-20
lines changed Original file line number Diff line number Diff line change @@ -62,49 +62,34 @@ tests:
62
62
response :
63
63
saveAs : PresetsValue
64
64
65
- - label : " Saving value for comparision in step 6 read Schedules attribute"
66
- PICS : TSTAT.S.A0051
67
- command : " readAttribute"
68
- attribute : " Schedules"
69
- response :
70
- saveAs : SchedulesValue
71
-
72
65
- label : " Step 2: TH reads the PresetTypes attribute from the DUT"
73
- PICS : TSTAT.S.F08 & TSTAT.S.A0048
66
+ PICS : TSTAT.S.F08 && TSTAT.S.A0048
74
67
command : " readAttribute"
75
68
attribute : " PresetTypes"
76
69
response :
77
70
constraints :
78
71
type : list
79
72
80
73
- label : " Step 3: TH reads the NumberOfPresets attribute from the DUT"
81
- PICS : TSTAT.S.F08 & TSTAT.S.A004a
74
+ PICS : TSTAT.S.F08 && TSTAT.S.A004a
82
75
command : " readAttribute"
83
76
attribute : " NumberOfPresets"
84
77
response :
85
78
constraints :
86
79
type : int8u
87
80
88
81
- label : " Step 4: TH reads the ActivePresetHandle attribute from the DUT"
89
- PICS : TSTAT.S.F08 & TSTAT.S.A004e
82
+ PICS : TSTAT.S.F08 && TSTAT.S.A004e
90
83
command : " readAttribute"
91
84
attribute : " ActivePresetHandle"
92
85
response :
93
86
constraints :
94
87
type : octstr
95
88
96
89
- label : " Step 5: TH reads the Presets attribute from the DUT"
97
- PICS : TSTAT.S.F08 & TSTAT.S.A0050
90
+ PICS : TSTAT.S.F08 && TSTAT.S.A0050
98
91
command : " readAttribute"
99
92
attribute : " Presets"
100
93
response :
101
94
constraints :
102
95
type : list
103
-
104
- - label : " Step 6: TH reads the Schedules attribute from the DUT"
105
- PICS : TSTAT.S.F07 & TSTAT.S.A0051
106
- command : " readAttribute"
107
- attribute : " Schedules"
108
- response :
109
- constraints :
110
- type : list
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