Skip to content

Commit

Permalink
feat(CarValueType): add LocatedAtValueTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuehnel committed Jan 22, 2025
1 parent 9a3ea32 commit 71330b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TeslaSolarCharger/Shared/Enums/CarValueType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ public enum CarValueType
Gear,//19
Speed,//20
VehicleName,//21
LocatedAtHome,//22
LocatedAtWork,//23
LocatedAtFavorite,//24
Unknown = 9999,
}

0 comments on commit 71330b6

Please sign in to comment.