aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/sig-txc.json
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/project/etc/sig-txc.json')
-rw-r--r--conf.d/project/etc/sig-txc.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/conf.d/project/etc/sig-txc.json b/conf.d/project/etc/sig-txc.json
index 9599cce..c9c59cd 100644
--- a/conf.d/project/etc/sig-txc.json
+++ b/conf.d/project/etc/sig-txc.json
@@ -10,8 +10,7 @@
"event": "vehicle_speed"
},
"onReceived": {
- "uri": "lua://convert",
- "function": "_Unit_Converter",
+ "action": "lua://convert#_Unit_Converter",
"args": {
"from": "km/h",
"to": "mi/h"
@@ -104,8 +103,7 @@
"retention": 30,
"unit": "degrees",
"onReceived": {
- "uri": "plugin://gps-callbacks",
- "function": "getHeading"
+ "action": "plugin://gps-callbacks#getHeading"
}
}
]