Skip to content

Commit

Permalink
Merge pull request #1303 from pkuehnel/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
pkuehnel authored Jun 8, 2024
2 parents 2751af8 + 1030662 commit fe30f13
Show file tree
Hide file tree
Showing 19 changed files with 1,019 additions and 16 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 @@ -42,6 +42,7 @@ public class Car
public CarStateEnum? State { get; set; }
public bool VehicleCommandProtocolRequired { get; set; }
public DateTime? RateLimitedUntil { get; set; }
public bool UseBle { get; set; }

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

0 comments on commit fe30f13

Please sign in to comment.