Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tire pressures #18

Open
edman007 opened this issue Feb 18, 2024 · 1 comment
Open

Add Tire pressures #18

edman007 opened this issue Feb 18, 2024 · 1 comment

Comments

@edman007
Copy link
Contributor

So I reviewed the most recent android app, and this is the android app query for the tire pressure:

subscription tirePressureState($vehicleID: String!) { vehicleState(id: $vehicleID) { tirePressureStatusFrontLeft { timeStamp value } tirePressureStatusFrontRight { timeStamp value } tirePressureStatusRearLeft { timeStamp value } tirePressureStatusRearRight { timeStamp value } tirePressureFrontLeft { timeStamp value } tirePressureFrontRight { timeStamp value } tirePressureRearLeft { timeStamp value } tirePressureRearRight { timeStamp value } } }

Unfortunately, trying to put those new fields into the vehicle state query doesn't seem to work. I'm guessing maybe they only work when you do a subscription instead of a query? Unfortunately, supporting a subscription seems to be a little complex.

Not sure if someone can figure out how to add those tire pressure fields.

@the-mace
Copy link
Owner

Yeah not sure. I see it in the apk but I couldnt get the items to come through with normal access either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants