From d546e8c5cce6810cc407d60c53c8ec868b5f2758 Mon Sep 17 00:00:00 2001 From: Davide Andreolli Date: Mon, 22 Jul 2024 18:42:12 +0200 Subject: [PATCH] feat: added tpms signal fields --- proto/tpms/rtl433_payload.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proto/tpms/rtl433_payload.proto b/proto/tpms/rtl433_payload.proto index 817b85a..83bec83 100644 --- a/proto/tpms/rtl433_payload.proto +++ b/proto/tpms/rtl433_payload.proto @@ -15,4 +15,9 @@ message Rtl433Payload uint32 wo_state = 9; uint32 checksum = 10; string mic = 11; + double freq1 = 12; + double freq2 = 13; + double rssi = 14; + double snr = 15; + double noise = 16; }