Skip to content

Commit

Permalink
Merge branch 'master' into ci-cctrl
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq authored Oct 3, 2024
2 parents 1e16e75 + cc6c773 commit c10fe3b
Show file tree
Hide file tree
Showing 32 changed files with 19,483 additions and 42 deletions.
1,812 changes: 1,812 additions & 0 deletions examples/chef/devices/rootnode_laundrydryer_01796fe396.matter

Large diffs are not rendered by default.

3,718 changes: 3,718 additions & 0 deletions examples/chef/devices/rootnode_laundrydryer_01796fe396.zap

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/chef/sample_app_util/matter_device_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"Temperature Controlled Cabinet": 113,
"Room Air Conditioner": 114,
"Laundry Washer": 115,
"Laundry Dryer": 124,
"Robotic Vacuum Cleaner": 116,
"Dishwasher": 117,
"Smoke CO Alarm": 118,
Expand Down
2 changes: 1 addition & 1 deletion examples/lock-app/silabs/build_for_wifi_args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ chip_enable_openthread = false
import("${chip_root}/src/platform/silabs/wifi_args.gni")

chip_enable_ota_requestor = true
app_data_model = "${chip_root}/examples/lock-app/lock-common"
app_data_model = "${chip_root}/examples/lock-app/silabs/data_model:silabs-lock"

sl_enable_test_event_trigger = true

Expand Down
8 changes: 8 additions & 0 deletions examples/lock-app/silabs/data_model/BUILD.gn
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import("//build_overrides/chip.gni")
import("${chip_root}/src/app/chip_data_model.gni")
import("${chip_root}/src/platform/device.gni")

chip_data_model("silabs-lock") {
zap_file = "lock-app.zap"
is_server = true
}
Loading

0 comments on commit c10fe3b

Please sign in to comment.