diff options
Diffstat (limited to 'conf.d/project/etc/sources.json')
-rw-r--r-- | conf.d/project/etc/sources.json | 10 |
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" - } - ] -} + } + ] + } |