Adds VIN to RePair telemetry config request
All checks were successful
Build, Push and Run Container / build (push) Successful in 29s
All checks were successful
Build, Push and Run Container / build (push) Successful in 29s
Ensures the RePair endpoint includes the VIN in the telemetry config request. This guarantees that telemetry data is specifically requested for the provided VIN.
This commit is contained in:
@@ -357,7 +357,7 @@ app.MapGet("/RePair", async ([FromServices] ILogger<Configurator> logger, [FromS
|
|||||||
|
|
||||||
TelemetryConfigRequest configRequest = new TelemetryConfigRequest()
|
TelemetryConfigRequest configRequest = new TelemetryConfigRequest()
|
||||||
{
|
{
|
||||||
Vins = new List<string>(),
|
Vins = new List<string>() { vin },
|
||||||
Config = new TelemetryConfig()
|
Config = new TelemetryConfig()
|
||||||
{
|
{
|
||||||
Hostname = "tesla-telemetry.automatic-parking.app",
|
Hostname = "tesla-telemetry.automatic-parking.app",
|
||||||
|
|||||||
Reference in New Issue
Block a user