Skip to content

Commit

Permalink
feat(FleetTelemetryWebSocketService): can handle more values
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuehnel committed Oct 26, 2024
1 parent 798ea60 commit 1e2793a
Show file tree
Hide file tree
Showing 6 changed files with 978 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ 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? InvalidValue { get; set; }

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

0 comments on commit 1e2793a

Please sign in to comment.