aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/sources.json
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-04-23 14:22:26 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-07-05 15:43:07 +0200
commit4e68c9f6d3b303dd326a42e69556b22e0fe88438 (patch)
tree0661fe2e03568d19969127def348ecb2f6368303 /conf.d/project/etc/sources.json
parentfadb09c791fca941cadf39c467a54bf150417c54 (diff)
Make 2 set of configurations
1 for normal multi low level sources 1 for TXC-demo Future goal will be to merge them Also reorganize data resources files Bump app-template: Submodule conf.d/app-templates dd0cec7..30e78a5: > Adding cmake file at the root directory > Adds commit hash to the version. > Change default sample settings. Change-Id: I31838723da58fc33b25bc7cd5f42396a1805e34d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project/etc/sources.json')
-rw-r--r--conf.d/project/etc/sources.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf.d/project/etc/sources.json b/conf.d/project/etc/sources.json
index 7da3b95..c01ebd1 100644
--- a/conf.d/project/etc/sources.json
+++ b/conf.d/project/etc/sources.json
@@ -1,7 +1,7 @@
{
"$schema": "http://iot.bzh/download/public/schema/json/signal-composer-schema.json",
"sources": [
- {
+ {
"uid": "CAN-service",
"api": "low-can",
"info": "Low level binding to handle CAN bus communications",
@@ -21,12 +21,12 @@
},
"getSignals": {
"function": "lua://_Simple_Echo_Args"
- }
+ }
},
{
"uid": "MRAA-service",
"api": "mraa",
"info": "Low level binding which retrieve different values from several sensors like gyroscope, accelerometer, etc"
- }
- ]
-}
+ }
+ ]
+ }