Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tstat -> chrisbeach59-demo #19

Merged
merged 11 commits into from
Feb 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions 4761.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
From 43910bf9307b74cd4f75ebaa18e107cf22f3e351 Mon Sep 17 00:00:00 2001
From: Vivien Nicolas <[email protected]>
Date: Tue, 9 Feb 2021 13:56:31 +0100
Subject: [PATCH] Add missing path to templates helper inside
examples/chip-tool/templates/templates.json

---
examples/chip-tool/templates/templates.json | 1 +
1 file changed, 1 insertion(+)

diff --git a/examples/chip-tool/templates/templates.json b/examples/chip-tool/templates/templates.json
index 92a2cc2b1e..243b3e0427 100644
--- a/examples/chip-tool/templates/templates.json
+++ b/examples/chip-tool/templates/templates.json
@@ -4,6 +4,7 @@
"helpers": [
"../../../src/app/zap-templates/partials/helper.js",
"../../../src/app/zap-templates/common/StringHelper.js",
+ "../../../src/app/zap-templates/templates/app/helper.js",
"../../../src/app/zap-templates/templates/chip/helper.js",
"helper.js"
],
1 change: 1 addition & 0 deletions examples/all-clusters-app/all-clusters-common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ source_set("all-clusters-common") {
"${chip_root}/src/app/clusters/on-off-server/on-off.cpp",
"${chip_root}/src/app/clusters/scenes/scenes.cpp",
"${chip_root}/src/app/clusters/temperature-measurement-server/temperature-measurement-server.cpp",
"${chip_root}/src/app/clusters/thermostat-server/thermostat.cpp",
"${chip_root}/src/app/reporting/reporting-default-configuration.cpp",
"${chip_root}/src/app/reporting/reporting.cpp",
"${chip_root}/src/app/server/DataModelHandler.cpp",
Expand Down
Loading