-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
19,483 additions
and
42 deletions.
There are no files selected for viewing
1,812 changes: 1,812 additions & 0 deletions
1,812
examples/chef/devices/rootnode_laundrydryer_01796fe396.matter
Large diffs are not rendered by default.
Oops, something went wrong.
3,718 changes: 3,718 additions & 0 deletions
3,718
examples/chef/devices/rootnode_laundrydryer_01796fe396.zap
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Oops, something went wrong.