Skip to content

Commit

Permalink
refactor(fleetTelemetryMessage): rename property to match tesla fleet…
Browse files Browse the repository at this point in the history
… telemetry
  • Loading branch information
pkuehnel committed Oct 26, 2024
1 parent 1e2793a commit 26d7f4b
Show file tree
Hide file tree
Showing 6 changed files with 960 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class CarValueLog
public int? IntValue { get; set; }
public string? StringValue { get; set; }
public string? UnknownValue { get; set; }
public bool? BoolValue { get; set; }
public bool? BooleanValue { get; set; }
public bool? InvalidValue { get; set; }

public int CarId { get; set; }
Expand Down
Loading

0 comments on commit 26d7f4b

Please sign in to comment.