Skip to content

Commit

Permalink
Add additional fields
Browse files Browse the repository at this point in the history
  • Loading branch information
natekspencer committed Nov 16, 2023
1 parent f1e420f commit e7be62f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/rivian/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"gnssLocation",
# TimeStamped(String|Float|Int)
"alarmSoundStatus",
"batteryCapacity",
"batteryHvThermalEvent",
"batteryHvThermalEventPropagation",
"batteryCapacity",
"batteryLevel",
"batteryLimit",
"brakeFluidLow",
Expand All @@ -57,12 +57,16 @@
"closureLiftgateNextAction",
"closureSideBinLeftClosed",
"closureSideBinLeftLocked",
"closureSideBinLeftNextAction",
"closureSideBinRightClosed",
"closureSideBinRightLocked",
"closureSideBinRightNextAction",
"closureTailgateClosed",
"closureTailgateLocked",
"closureTailgateNextAction",
"closureTonneauClosed",
"closureTonneauLocked",
"closureTonneauNextAction",
"defrostDefogStatus",
"distanceToEmpty",
"doorFrontLeftClosed",
Expand Down Expand Up @@ -132,6 +136,7 @@
"windowRearLeftClosed",
"windowRearRightCalibrated",
"windowRearRightClosed",
"windowsNextAction",
"wiperFluidState",
}

Expand Down

0 comments on commit e7be62f

Please sign in to comment.