From 47d9a2667ee860c3dc3199a4e0c4f23a03f47fbc Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 3 Jul 2018 19:07:17 +0200 Subject: Continue Mapis works WIP Beginning work to handle events from a Mapi. Also rename old fapis file to mapis and some format Change-Id: I30bedcbe13cac9568e21cd3a0947516e74dde271 Signed-off-by: Romain Forlot --- conf.d/project/etc/aft-mapis.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'conf.d/project/etc') diff --git a/conf.d/project/etc/aft-mapis.json b/conf.d/project/etc/aft-mapis.json index edcfc87..f68e05f 100644 --- a/conf.d/project/etc/aft-mapis.json +++ b/conf.d/project/etc/aft-mapis.json @@ -54,6 +54,13 @@ "info": "Write a CAN messages to the CAN bus.", "action": "lua://low-can#_write" } - ] + ], + "events": [{ + "uid": "low-can/diagnostic_messages", + "action": "lua://AFT#_evt_catcher_" + },{ + "uid": "low-can/messages_engine_speed", + "action": "lua://AFT#_evt_catcher_" + }] }] } -- cgit 1.2.3-korg