Skip to content

Commit

Permalink
feat(CarBasicConfiguration): improve fleet telemetry helper text
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuehnel committed Nov 21, 2024
1 parent 00b732e commit 342e7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeslaSolarCharger/Shared/Dtos/CarBasicConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public CarBasicConfiguration(int id, string? name)
public int ApiRefreshIntervalSeconds { get; set; }
[HelperText("Needed to send commands via BLE to the car. An example value would be `http://raspible:7210/`")]
public string? BleApiBaseUrl { get; set; }
[HelperText("If enabled, some data will be transferred via Fleet Telemetry. This improves the delay in the TSC detection of plugin and out of the car, as well as changes in the charging speed. Note: All data transferred via Fleet Telemetry passes my server. For now, the fleet telemetry fields ModuleTempMin, ModuleTempMax,ChargeAmps, ChargeCurrentRequest, ChargeCurrentRequestMax, DetailedChargeState are requested.")]
[HelperText("Only supported on cars with Software 2024.38.2+. Not supported on Pre 2021 Model S/X. If enabled, some data will be transferred via Fleet Telemetry. This improves the delay in the TSC detection of plugin and out of the car, as well as changes in the charging speed. Note: All data transferred via Fleet Telemetry passes my server. For now, the fleet telemetry fields ModuleTempMin, ModuleTempMax,ChargeAmps, ChargeCurrentRequest, ChargeCurrentRequestMax, DetailedChargeState are requested.")]
public bool UseFleetTelemetry { get; set; }

[HelperText("This further improves the detection if the car is at home. Enabling this results in additionally streaming the field Location over my server. If you do not mind that your car location data passes my server, do not disable this option.")]
Expand Down

0 comments on commit 342e7ca

Please sign in to comment.