diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-03 19:07:17 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 17:12:14 +0200 |
commit | 47d9a2667ee860c3dc3199a4e0c4f23a03f47fbc (patch) | |
tree | 250c1e462e4fd239473826712d87657876e6da8c /conf.d/project/etc | |
parent | 1843e4ece852755cec7778db60629d2aea8536a0 (diff) |
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 <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project/etc')
-rw-r--r-- | conf.d/project/etc/aft-mapis.json | 9 |
1 files changed, 8 insertions, 1 deletions
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_" + }] }] } |