Skip to content

Commit

Permalink
feat: added tpms signal fields
Browse files Browse the repository at this point in the history
  • Loading branch information
andreolli-davide authored Jul 22, 2024
1 parent 6d1310b commit d546e8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proto/tpms/rtl433_payload.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit d546e8c

Please sign in to comment.