Last active
January 6, 2025 08:57
-
-
Save jrgutier/91dc7004ad3d11a1e0b941c1491abb8c to your computer and use it in GitHub Desktop.
Rivian Mobile App GraphQL GetVehicleState Attributes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# from apk 2.17.0 | |
activeDriverName | |
alarmSoundStatus | |
batteryCellType | |
batteryHvThermalEvent | |
batteryHvThermalEventPropagation | |
batteryLevel | |
batteryLimit | |
batteryNeedsLfpCalibration | |
btmFfHardwareFailureStatus | |
btmIcHardwareFailureStatus | |
btmLfdHardwareFailureStatus | |
btmOcHardwareFailureStatus | |
btmRfdHardwareFailureStatus | |
btmRfHardwareFailureStatus | |
cabinClimateDriverTemperature | |
cabinClimateInteriorTemperature | |
cabinPreconditioningStatus | |
cabinPreconditioningType | |
carWashMode | |
chargePortState | |
chargerDerateStatus | |
chargerState | |
chargerStatus | |
chargingDisabledACFaultState | |
chargingDisabledAll | |
chargingTimeEstimationValidity | |
closureFrunkClosed | |
closureFrunkLocked | |
closureFrunkNextAction | |
closureLiftgateClosed | |
closureLiftgateLocked | |
closureLiftgateNextAction | |
closureSideBinLeftClosed | |
closureSideBinLeftLocked | |
closureSideBinLeftNextAction | |
closureSideBinRightClosed | |
closureSideBinRightLocked | |
closureSideBinRightNextAction | |
closureTailgateClosed | |
closureTailgateLocked | |
closureTailgateNextAction | |
closureTonneauClosed | |
closureTonneauLocked | |
defrostDefogStatus | |
distanceToEmpty | |
doorFrontLeftClosed | |
doorFrontLeftLocked | |
doorFrontRightClosed | |
doorFrontRightLocked | |
doorRearLeftClosed | |
doorRearLeftLocked | |
doorRearRightClosed | |
doorRearRightLocked | |
driveMode | |
gearGuardLocked | |
gearGuardVideoMode | |
gearGuardVideoStatus | |
gearGuardVideoTermsAccepted | |
gearStatus | |
gnssAltitude | |
gnssBearing | |
gnssError | |
gnssLocation | |
gnssSpeed | |
limitedAccelCold | |
limitedRegenCold | |
otaAvailableVersion | |
otaAvailableVersionGitHash | |
otaCurrentStatus | |
otaCurrentVersion | |
otaCurrentVersionGitHash | |
otaDownloadProgress | |
otaInstallDuration | |
otaInstallProgress | |
otaInstallReady | |
otaInstallTime | |
otaInstallType | |
otaStatus | |
petModeStatus | |
petModeTemperatureStatus | |
powerState | |
rangeThreshold | |
rearHitchStatus | |
remoteChargingAvailable | |
seatFrontLeftHeat | |
seatFrontLeftVent | |
seatFrontRightHeat | |
seatFrontRightVent | |
seatRearLeftHeat | |
seatRearRightHeat | |
seatThirdRowLeftHeat | |
seatThirdRowRightHeat | |
serviceMode | |
steeringWheelHeat | |
timeToEndOfCharge | |
trailerStatus | |
twelveVoltBatteryHealth | |
vehicleMileage | |
windowFrontLeftCalibrated | |
windowFrontLeftClosed | |
windowFrontRightCalibrated | |
windowFrontRightClosed | |
windowRearLeftCalibrated | |
windowRearLeftClosed | |
windowRearRightCalibrated | |
windowRearRightClosed | |
windowsNextAction | |
wiperFluidState |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment