Skip to content

Commit 32aaf52

Browse files
committedAug 8, 2024
Fix the PICS condition for reading Presets and schedules attribute
- Disable the PICS code for Schedules feature and attribute since it is not implemented yet.
1 parent ce5d2e3 commit 32aaf52

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
 

‎src/app/tests/suites/certification/Test_TC_TSTAT_4_1.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,39 +70,39 @@ tests:
7070
saveAs: SchedulesValue
7171

7272
- 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
7474
command: "readAttribute"
7575
attribute: "PresetTypes"
7676
response:
7777
constraints:
7878
type: list
7979

8080
- 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
8282
command: "readAttribute"
8383
attribute: "NumberOfPresets"
8484
response:
8585
constraints:
8686
type: int8u
8787

8888
- 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
9090
command: "readAttribute"
9191
attribute: "ActivePresetHandle"
9292
response:
9393
constraints:
9494
type: octstr
9595

9696
- 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
9898
command: "readAttribute"
9999
attribute: "Presets"
100100
response:
101101
constraints:
102102
type: list
103103

104104
- 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
106106
command: "readAttribute"
107107
attribute: "Schedules"
108108
response:

‎src/app/tests/suites/certification/ci-pics-values

+2-1
Original file line numberDiff line numberDiff line change
@@ -1931,6 +1931,7 @@ TSTAT.S.F03=0
19311931
TSTAT.S.F04=0
19321932
TSTAT.S.F05=1
19331933
TSTAT.S.F06=0
1934+
TSTAT.S.F07=0
19341935
TSTAT.S.F08=1
19351936

19361937
TSTAT.S.A0000=1
@@ -1987,7 +1988,7 @@ TSTAT.S.A0048=1
19871988
TSTAT.S.A004a=1
19881989
TSTAT.S.A004e=1
19891990
TSTAT.S.A0050=1
1990-
TSTAT.S.A0051=1
1991+
TSTAT.S.A0051=0
19911992

19921993
TSTAT.S.M.MinSetpointDeadBandWritable=1
19931994
TSTAT.S.M.HVACSystemTypeConfigurationWritable=0

0 commit comments

Comments
 (0)
Please sign in to comment.