summaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/sig-sources.json
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/project/etc/sig-sources.json')
-rw-r--r--conf.d/project/etc/sig-sources.json11
1 files changed, 5 insertions, 6 deletions
diff --git a/conf.d/project/etc/sig-sources.json b/conf.d/project/etc/sig-sources.json
index 6051e3e..1142196 100644
--- a/conf.d/project/etc/sig-sources.json
+++ b/conf.d/project/etc/sig-sources.json
@@ -10,19 +10,18 @@
{
"api": "low-can",
"info": "Low level binding to handle CAN bus communications",
- "actions": [{
- "label": "init",
+ "init": {
"function": "c/lua (depend on name) function to initialize binding",
"args": {
- "arg": "first argument"
+ "arg1": "first argument"
}
- }, {
- "label": "getSignal",
+ },
+ "getSignal": {
"function": "c/lua (depend on name) function to get signals",
"args": {
"arg": "first argument"
}
- }]
+ }
}, {
"api": "gps",
"info": "Low level binding which retrieve Satellite positionning values",