Skip to content

Commit

Permalink
feat: added tpms ids in telemetry configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andreolli-davide committed Jul 23, 2024
1 parent a48da20 commit 67cbe2e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 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 TpmsSensorIds
{
uint32 fl = 1;
uint32 fr = 2;
uint32 rl = 3;
uint32 rr = 4;
}

message TelemetryConfig
{
string vehicleId = 1;
Expand All @@ -50,4 +58,5 @@ message TelemetryConfig
ConnectionSettings connectionSettings = 7;
repeated CanDevice canDevices = 8;
repeated GpsDevice gpsDevices = 9;
}
TpmsSensorIds tpmsSensors = 10;
}

0 comments on commit 67cbe2e

Please sign in to comment.