diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-31 10:21:20 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-31 10:21:20 +0200 |
commit | a4676874ba2c162f6adc16e1856d05e5b0ef5d06 (patch) | |
tree | 34a9f62301477942ade8b1d85bb027b12fe78c7c | |
parent | 429fa417e5822b33b41d35f7d3d590327c145adf (diff) |
Added some new OBD2 signals
Change-Id: Ied85c5acef8e9ce215c01166180fc07d5c5b0dcd
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | examples/toyota/signals.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/toyota/signals.json b/examples/toyota/signals.json index 6c895846..f6042244 100644 --- a/examples/toyota/signals.json +++ b/examples/toyota/signals.json @@ -140,6 +140,13 @@ }, { "bus": "can0", + "pid": 70, + "name": "ambient.air.temperature", + "frequency": 1, + "decoder": "decoder_t::decode_obd2_response" + }, + { + "bus": "can0", "pid": 76, "name": "commanded.throttle.position", "frequency": 1, @@ -175,6 +182,13 @@ }, { "bus": "can0", + "pid": 94, + "name": "engine.fuel.rate", + "frequency": 1, + "decoder": "decoder_t::decode_obd2_response" + }, + { + "bus": "can0", "pid": 99, "name": "engine.torque", "frequency": 1, |