Skip to content

Commit

Permalink
Merge pull request #1251 from pkuehnel/fix/fleetApiProxyRequiredCars
Browse files Browse the repository at this point in the history
fixFleetApiProxyRequired
  • Loading branch information
pkuehnel authored May 25, 2024
2 parents 3bc2931 + 3b20821 commit 6a49ee8
Show file tree
Hide file tree
Showing 20 changed files with 804 additions and 107 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 @@ -40,6 +40,7 @@ public class Car
public double? Latitude { get; set; }
public double? Longitude { get; set; }
public CarStateEnum? State { get; set; }
public bool VehicleCommandProtocolRequired { get; set; }

public List<ChargingProcess> ChargingProcesses { get; set; } = new List<ChargingProcess>();
}
Loading

0 comments on commit 6a49ee8

Please sign in to comment.