Skip to content

Commit 7144c5c

Browse files
Diego Martin Marangesdmaranges-gd
Diego Martin Maranges
authored andcommitted
TC-CC-8.1 - Modify spected value for steps 2d and 2e
1 parent 4e271b3 commit 7144c5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/app/tests/suites/certification/Test_TC_CC_8_1.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ tests:
108108
#242...254...0...4
109109
#Multiple range not supported in YAML: https://github.com/project-chip/connectedhomeip/issues/23197
110110
- label: "Step 2d: TH reads CurrentHue attribute from DUT"
111-
PICS: CC.S.A0000 && CC.S.C01.Rsp
111+
PICS: CC.S.A0000
112112
command: "readAttribute"
113113
attribute: "CurrentHue"
114114
response:
115115
constraints:
116-
minValue: 200
117-
maxValue: 250
116+
minValue: 212
117+
maxValue: 288
118118

119119
- label: "Wait 2s"
120120
cluster: "DelayCommands"
@@ -126,13 +126,13 @@ tests:
126126

127127
#Multiple range not supported in YAML: https://github.com/project-chip/connectedhomeip/issues/23197
128128
- label: "Step 2e: TH reads CurrentHue attribute from DUT"
129-
PICS: CC.S.A0000 && CC.S.C01.Rsp
129+
PICS: CC.S.A0000
130130
command: "readAttribute"
131131
attribute: "CurrentHue"
132132
response:
133133
constraints:
134-
minValue: 200
135-
maxValue: 250
134+
minValue: 212
135+
maxValue: 288
136136

137137
- label:
138138
"Step 3a: TH sends MoveToSaturation command to DUT with Saturation=150

0 commit comments

Comments
 (0)