Skip to content

Commit

Permalink
Update TeslaAPIState.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmaster187 committed Oct 2, 2024
1 parent 41a5536 commit e15834d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TeslaLogger/TeslaAPIState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ private bool ParseVehicles(string _JSON)
case "ble_autopair_enrolled":
case "calendar_enabled":
case "in_service":
case "mobile_access_disabled":
case "release_notes_supported":
if (r4.TryGetValue(key, out object value))
{
Expand All @@ -555,6 +556,7 @@ private bool ParseVehicles(string _JSON)
case "id":
case "id_s":
case "option_codes":
case "share_type_s":
case "state":
case "vehicle_config":
case "vehicle_id":
Expand Down

0 comments on commit e15834d

Please sign in to comment.