Skip to content

Commit

Permalink
Merge pull request #1679 from pkuehnel/feat/hideNonAvailableCars
Browse files Browse the repository at this point in the history
feat(CarConfigurationService): hide cars missing in Tesla account
  • Loading branch information
pkuehnel authored Dec 7, 2024
2 parents 5ee967c + 5efbdbe commit 551cd0a
Show file tree
Hide file tree
Showing 6 changed files with 990 additions and 34 deletions.
1 change: 1 addition & 0 deletions TeslaSolarCharger.Model/Entities/TeslaSolarCharger/Car.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public class Car
public string? BleApiBaseUrl { get; set; }
public bool UseFleetTelemetry { get; set; }
public bool UseFleetTelemetryForLocationData { get; set; }
public bool IsAvailableInTeslaAccount { get; set; }

public string? WakeUpCalls { get; set; }
public string? VehicleDataCalls { get; set; }
Expand Down
Loading

0 comments on commit 551cd0a

Please sign in to comment.