Skip to content

Commit bfa45ae

Browse files
authored
Merge branch 'master' into lit_icd_support_for_cc13x4_26x4
2 parents e77765a + 5bf8850 commit bfa45ae

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

examples/microwave-oven-app/linux/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ doc is tested on **Ubuntu for Raspberry Pi Server 20.04 LTS (aarch64)** and
2424

2525
- Build the example application:
2626

27-
$ cd ~/connectedhomeip/examples/lighting-app/linux
27+
$ cd ~/connectedhomeip/examples/microwave-oven-app/linux
2828
$ git submodule update --init
2929
$ source third_party/connectedhomeip/scripts/activate.sh
3030
$ gn gen out/debug
3131
$ ninja -C out/debug
3232

3333
- To delete generated executable, libraries and object files use:
3434

35-
$ cd ~/connectedhomeip/examples/lighting-app/linux
35+
$ cd ~/connectedhomeip/examples/microwave-oven-app/linux
3636
$ rm -rf out/
3737

3838
- Build the example with pigweed RPC
3939

40-
$ cd ~/connectedhomeip/examples/lighting-app/linux
40+
$ cd ~/connectedhomeip/examples/microwave-oven-app/linux
4141
$ git submodule update --init
4242
$ source third_party/connectedhomeip/scripts/activate.sh
4343
$ gn gen out/debug --args='import("//with_pw_rpc.gni")'
@@ -104,10 +104,10 @@ doc is tested on **Ubuntu for Raspberry Pi Server 20.04 LTS (aarch64)** and
104104

105105
- Run Linux Lighting Example App
106106

107-
$ cd ~/connectedhomeip/examples/lighting-app/linux
108-
$ sudo out/debug/chip-lighting-app --ble-device [bluetooth device number]
107+
$ cd ~/connectedhomeip/examples/microwave-oven-app/linux
108+
$ sudo out/debug/chip-microwave-oven-app --ble-device [bluetooth device number]
109109
# In this example, the device we want to use is hci1
110-
$ sudo out/debug/chip-lighting-app --ble-device 1
110+
$ sudo out/debug/chip-microwave-oven-app --ble-device 1
111111

112112
- Test the device using ChipDeviceController on your laptop /
113113
workstation etc.

examples/refrigerator-app/linux/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,6 @@ details.
128128
- To use the chip-rpc console after it has been installed run:
129129
`chip-console -s localhost:33000 -o /<YourFolder>/pw_log.out`
130130

131-
- Then you can Get and Set the light using the RPCs:
132-
`rpcs.chip.rpc.Lighting.Get()`
133-
134-
`rpcs.chip.rpc.Lighting.Set(on=True, level=128, color=protos.chip.rpc.LightingColor(hue=5, saturation=5))`
135-
136131
## Device Tracing
137132

138133
Device tracing is available to analyze the device performance. To turn on

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ tests:
312312
error: INVALID_COMMAND
313313

314314
- label:
315-
"Step 5ab TH sends StepColorTemperature command to DUT with
315+
"Step 5b TH sends StepColorTemperature command to DUT with
316316
StepMode=0x03 (down), StepSize=0"
317317
PICS: CC.S.F04 && CC.S.C4c.Rsp
318318
command: "StepColorTemperature"

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ tests:
180180

181181
- label:
182182
"Step 4b: After 10 seconds, TH reads CurrentLevel attribute from DUT"
183-
PICS: LVL.S.C01.Rsp && LVL.S.A0000
183+
PICS: LVL.S.C01.Rsp && LVL.S.A0000 && LVL.S.M.VarRate
184184
command: "readAttribute"
185185
attribute: "CurrentLevel"
186186
response:
@@ -199,7 +199,7 @@ tests:
199199
- label:
200200
"Step 4c: After another 10 seconds, TH reads CurrentLevel attribute
201201
from DUT"
202-
PICS: LVL.S.C01.Rsp && LVL.S.A0000
202+
PICS: LVL.S.C01.Rsp && LVL.S.A0000 && LVL.S.M.VarRate
203203
command: "readAttribute"
204204
attribute: "CurrentLevel"
205205
response:
@@ -218,7 +218,7 @@ tests:
218218
- label:
219219
"Step 4d: After another 10 seconds, TH reads CurrentLevel attribute
220220
from DUT"
221-
PICS: LVL.S.C01.Rsp && LVL.S.A0000
221+
PICS: LVL.S.C01.Rsp && LVL.S.A0000 && LVL.S.M.VarRate
222222
command: "readAttribute"
223223
attribute: "CurrentLevel"
224224
response:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ tests:
236236
- name: "SceneID"
237237
value: 0x01
238238

239-
- label: "Step 6c: TH reads the CurrentLevel attribute from DUT"
239+
- label: "Step 6b: TH reads the CurrentLevel attribute from DUT"
240240
cluster: "Level Control"
241241
command: "readAttribute"
242242
attribute: "CurrentLevel"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ tests:
225225
- label: "Step 1: DUT issues a C_ADD_SCENE command to the Test Harness."
226226
PICS: S.C.C00.Tx
227227
verification: |
228-
./chip-tool scenesmanagement add-scene 0x0001 0x01 20 "scene name" '[{"clusterID": "0x0300", "attributeValueList":[{"attributeID": "0x4001", "attributeValue": "0x01"}]}]' 1 1
228+
./chip-tool scenesmanagement add-scene 0x0001 0x01 20 "scene name" '[{"clusterID": "0x0300", "attributeValueList":[{"attributeID": "0x4000", "valueUnsigned16": "0x01"}]}]' 1 1
229229
230230
Verify TH recieves "AddScene(0x0)" command with following parameters:
231231
- ID 0 (GroupID): the type is a group-id.

0 commit comments

Comments
 (0)