Skip to content

Commit

Permalink
Merge pull request #1673 from pkuehnel/feat/removeOptionToUseFleetApi…
Browse files Browse the repository at this point in the history
…ForWakeup

feat(CarConfig): always use ble for wakeup if ble is enabled
  • Loading branch information
pkuehnel authored Dec 7, 2024
2 parents d7716b2 + 6ce243d commit 5ee967c
Show file tree
Hide file tree
Showing 11 changed files with 960 additions and 28 deletions.
1 change: 0 additions & 1 deletion TeslaSolarCharger.Model/Entities/TeslaSolarCharger/Car.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ 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; }
Expand Down
Loading

0 comments on commit 5ee967c

Please sign in to comment.