diff options
-rw-r--r-- | definitions/raw.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/definitions/raw.yaml b/definitions/raw.yaml index 8cad9f8..d602b88 100644 --- a/definitions/raw.yaml +++ b/definitions/raw.yaml @@ -816,6 +816,10 @@ offset: 14 length: 1 kind: unsigned + - name: vehicle_speed + offset: 15 + length: 2 + kind: signed-le - name: vmcu2 description: Vehicle Management Control Unit, second part @@ -830,6 +834,14 @@ length: 6 offset: 0 check: [0x61, 0x02, 0xff, 0x80, 0x00, 0x00] + - name: motor_temp + length: 1 + offset: 16 + kind: unsigned + - name: mcu_temp + length: 1 + offset: 22 + kind: unsigned - name: charger? description: BCCM-B+ChargerCtrl |