diff options
Diffstat (limited to 'definitions/raw.yaml')
-rw-r--r-- | definitions/raw.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/definitions/raw.yaml b/definitions/raw.yaml index 48ec1fd..d634b19 100644 --- a/definitions/raw.yaml +++ b/definitions/raw.yaml @@ -912,3 +912,31 @@ length: 6 offset: 0 check: [0x61, 0x01, 0xfb, 0x18, 0x00, 0x00] + +- name: maybe_tpms_7e6_2180 + description: Might be the TPMS + cadence: 1 + request: + sendto: 0x7E6 + packet: [0x21, 0x80] + response: + length: 25 + values: + - name: who_knows_fixed + length: 6 + offset: 0 + check: [0x61, 0x80, 0xC3, 0x66, 0xC0, 0x00] + +- name: maybe_tpms_7e6_3181 + description: Might be the TPMS + cadence: 1 + request: + sendto: 0x7E6 + packet: [0x21, 0x81] + response: + length: 25 + values: + - name: who_knows_fixed + length: 6 + offset: 0 + check: [0x61, 0x81, 0xFF, 0xFF, 0xC0, 0x00] |