From 4e68c9f6d3b303dd326a42e69556b22e0fe88438 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 23 Apr 2018 14:22:26 +0200 Subject: 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 --- conf.d/project/etc/sources.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'conf.d/project/etc/sources.json') 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" - } - ] -} + } + ] + } -- cgit 1.2.3-korg