47
47
command : " readAttribute"
48
48
attribute : " MinSetpointDeadBand"
49
49
response :
50
- saveAs : MinSetpointDeadBand
50
+ saveAs : MinSetpointDeadBandValue
51
51
52
52
- label :
53
53
" Saving value for comparision in step 6 read AbsMaxCoolSetpointLimit
65
65
command : " readAttribute"
66
66
attribute : " MinCoolSetpointLimit"
67
67
response :
68
- saveAs : MinCoolSetpointLimit
68
+ saveAs : MinCoolSetpointLimitValue
69
69
70
70
- label :
71
71
" Saving value for comparision in step 17 read MaxCoolSetpointLimit
@@ -74,14 +74,14 @@ tests:
74
74
command : " readAttribute"
75
75
attribute : " MaxCoolSetpointLimit"
76
76
response :
77
- saveAs : MaxCoolSetpointLimit
77
+ saveAs : MaxCoolSetpointLimitValue
78
78
79
79
- label : " Saving value for comparision in step 17 read MaxHeatSetpointLimit"
80
80
PICS : TSTAT.S.A0016
81
81
command : " readAttribute"
82
82
attribute : " MaxHeatSetpointLimit"
83
83
response :
84
- saveAs : MaxHeatSetpointLimit
84
+ saveAs : MaxHeatSetpointLimitValue
85
85
86
86
- label :
87
87
" Saving value for comparision in step 13 read attribute
90
90
command : " readAttribute"
91
91
attribute : " OccupiedCoolingSetpoint"
92
92
response :
93
- saveAs : OccupiedCoolingSetpoint
93
+ saveAs : OccupiedCoolingSetpointValue
94
94
95
95
- label :
96
96
" Saving value for comparision in step 15 read attribute
99
99
command : " readAttribute"
100
100
attribute : " AbsMinHeatSetpointLimit"
101
101
response :
102
- saveAs : AbsMinHeat
102
+ saveAs : AbsMinHeatValue
103
103
104
104
- label :
105
105
" Saving value for comparision in step 15 read attribute
@@ -108,7 +108,7 @@ tests:
108
108
command : " readAttribute"
109
109
attribute : " AbsMaxHeatSetpointLimit"
110
110
response :
111
- saveAs : AbsMaxHeat
111
+ saveAs : AbsMaxHeatValue
112
112
113
113
- label :
114
114
" Saving value for comparision in step 16 read
@@ -117,7 +117,7 @@ tests:
117
117
command : " readAttribute"
118
118
attribute : " UnoccupiedCoolingSetpoint"
119
119
response :
120
- saveAs : UnoccupiedCoolingSetpoint
120
+ saveAs : UnoccupiedCoolingSetpointValue
121
121
122
122
- label : " Reads mandatory attributes from DUT: LocalTemperature"
123
123
command : " readAttribute"
@@ -157,7 +157,7 @@ tests:
157
157
response :
158
158
constraints :
159
159
type : int16s
160
- maxValue : AbsMinCoolSetpointLimitStep5 - MinSetpointDeadBand
160
+ maxValue : AbsMinCoolSetpointLimitStep5 - MinSetpointDeadBandValue
161
161
162
162
- label :
163
163
" Read attribute AbsMinHeatSetpointLimit if TSTAT.S.F05 feature is
@@ -257,8 +257,8 @@ tests:
257
257
response :
258
258
constraints :
259
259
type : int16s
260
- minValue : MinCoolSetpointLimit
261
- maxValue : MaxCoolSetpointLimit
260
+ minValue : MinCoolSetpointLimitValue
261
+ maxValue : MaxCoolSetpointLimitValue
262
262
263
263
- label : " Read attribute OccupiedCoolingSetpoint from the DUT"
264
264
PICS : TSTAT.S.F01 && !TSTAT.S.A0017 && !TSTAT.S.A0018
@@ -280,7 +280,7 @@ tests:
280
280
constraints :
281
281
type : int16s
282
282
minValue : AbsMinCoolSetpointLimitStep5
283
- maxValue : OccupiedCoolingSetpoint - MinSetpointDeadBand
283
+ maxValue : OccupiedCoolingSetpointValue - MinSetpointDeadBandValue
284
284
285
285
- label : " Read attribute OccupiedHeatingSetpoint from the DUT"
286
286
PICS : TSTAT.S.F00 && !TSTAT.S.F05
@@ -299,8 +299,8 @@ tests:
299
299
response :
300
300
constraints :
301
301
type : int16s
302
- minValue : AbsMinHeat
303
- maxValue : AbsMaxHeat
302
+ minValue : AbsMinHeatValue
303
+ maxValue : AbsMaxHeatValue
304
304
305
305
- label : " Read UnoccupiedCoolingSetpoint attribute from the DUT"
306
306
PICS : TSTAT.S.F01 && TSTAT.S.F02 && !TSTAT.S.F05
@@ -320,7 +320,8 @@ tests:
320
320
constraints :
321
321
type : int16s
322
322
minValue : 700
323
- maxValue : UnoccupiedCoolingSetpoint - MinSetpointDeadBand
323
+ maxValue :
324
+ UnoccupiedCoolingSetpointValue - MinSetpointDeadBandValue
324
325
325
326
- label : " Read UnoccupiedHeatingSetpoint attribute from the DUT"
326
327
PICS : TSTAT.S.F00 && TSTAT.S.F02 && !TSTAT.S.F05
@@ -340,7 +341,7 @@ tests:
340
341
constraints :
341
342
type : int16s
342
343
minValue : 700
343
- maxValue : MinCoolSetpointLimit - MinSetpointDeadBand
344
+ maxValue : MinCoolSetpointLimitValue - MinSetpointDeadBandValue
344
345
345
346
- label :
346
347
" Reads MinHeatSetpointLimit attribute from Server DUT and verifies
@@ -351,8 +352,8 @@ tests:
351
352
response :
352
353
constraints :
353
354
type : int16s
354
- minValue : AbsMinHeat
355
- maxValue : MaxHeatSetpointLimit
355
+ minValue : AbsMinHeatValue
356
+ maxValue : MaxHeatSetpointLimitValue
356
357
357
358
# Using hard coded values when optional attributes are not available
358
359
- label :
@@ -385,7 +386,7 @@ tests:
385
386
constraints :
386
387
type : int16s
387
388
minValue : 700
388
- maxValue : MaxCoolSetpointLimit - MinSetpointDeadBand
389
+ maxValue : MaxCoolSetpointLimitValue - MinSetpointDeadBandValue
389
390
390
391
- label : " Read attribute MinCoolSetpointLimit from DUT"
391
392
PICS : TSTAT.S.A0017 && TSTAT.S.A0018 && TSTAT.S.A0005
@@ -395,7 +396,7 @@ tests:
395
396
constraints :
396
397
type : int16s
397
398
minValue : AbsMinCoolSetpointLimitStep5
398
- maxValue : MaxCoolSetpointLimit
399
+ maxValue : MaxCoolSetpointLimitValue
399
400
400
401
- label : " Read attribute MinCoolSetpointLimit from DUT"
401
402
PICS : TSTAT.S.A0017 && !TSTAT.S.A0018 && !TSTAT.S.A0005
@@ -414,7 +415,7 @@ tests:
414
415
response :
415
416
constraints :
416
417
type : int16s
417
- minValue : MinCoolSetpointLimit
418
+ minValue : MinCoolSetpointLimitValue
418
419
maxValue : AbsMaxCoolSetpointLimitStep6
419
420
420
421
- label : " Read attribute MinSetpointDeadBand from DUT"
0 commit comments