Skip to content

Commit

Permalink
Merge pull request #1670 from pkuehnel/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
pkuehnel authored Dec 7, 2024
2 parents 81bb282 + 281a667 commit 35caced
Show file tree
Hide file tree
Showing 21 changed files with 2,084 additions and 68 deletions.
2 changes: 1 addition & 1 deletion TeslaSolarCharger.Model/Entities/TeslaSolarCharger/Car.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ public class Car
public DateTime? WakeUpRateLimitedUntil { get; set; }
public DateTime? ChargingCommandsRateLimitedUntil { get; set; }
public bool UseBle { get; set; }
public bool UseBleForWakeUp { get; set; }
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 35caced

Please sign in to comment.