We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a120c7 commit 8626561Copy full SHA for 8626561
src/app/tests/suites/certification/Test_TC_ECAL_1_1.yaml
@@ -140,18 +140,17 @@ tests:
140
]
141
142
- label:
143
- "Step 4b: Read the feature dependent(ECAL.S.F02) attribute in
+ "Step 4b: Read the feature dependent(ECAL.S.F03) attribute in
144
AttributeList"
145
- PICS: ECAL.S.F02
+ PICS: ECAL.S.F03
146
command: "readAttribute"
147
attribute: "AttributeList"
148
response:
149
constraints:
150
type: list
151
contains: [
152
- 0x000B, # PeakPeriodStatus
153
- 0x000C, # PeakPeriodStartTime
154
- 0x000D # PeakPeriodEndTime
+ 0x000A, # CurrentPeakPeriod
+ 0x000B # NextPeakPeriod
155
156
157
- label: "Step 5: Read the global attribute: EventList"
0 commit comments