Skip to content

Commit

Permalink
feat: additional informations for tpms
Browse files Browse the repository at this point in the history
  • Loading branch information
andreolli-davide committed Jul 23, 2024
1 parent 67cbe2e commit 9f8cd01
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion proto/configs/telemetry_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ message ConnectionSettings
bool sendSensorData = 6;
}

message TpmsSensors
{
bool enabled = 1;
string rtl433Path = 2;
bool recordSignals = 3;
TpmsSensorIds sensorIds = 4;
}

message TpmsSensorIds
{
uint32 fl = 1;
Expand All @@ -58,5 +66,5 @@ message TelemetryConfig
ConnectionSettings connectionSettings = 7;
repeated CanDevice canDevices = 8;
repeated GpsDevice gpsDevices = 9;
TpmsSensorIds tpmsSensors = 10;
TpmsSensors tpmsSensors = 10;
}

0 comments on commit 9f8cd01

Please sign in to comment.