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 committed Jul 22, 2024
1 parent 6d1310b commit a48da20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proto/tpms/rtl433_payload.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ message Rtl433Payload
uint32 wo_state = 9;
uint32 checksum = 10;
string mic = 11;
string mod = 12;
double freq1 = 13;
double freq2 = 14;
double rssi = 15;
double snr = 16;
double noise = 17;
}

0 comments on commit a48da20

Please sign in to comment.