diff options
Diffstat (limited to 'conf.d/project/etc/aft-mapis.json')
-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_" + }] }] } |