-
Notifications
You must be signed in to change notification settings - Fork 97
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
ShiftState value inconsistent with proto #288
Comments
hmm which field are you reading? Value of |
If you add |
Just adding that I see the same behaviour. Would be nice to have examples/enums for all fields so we know what to expect |
You can get most of the way there by looking through https://github.com/Teslemetry/tesla-fleet-telemetry/blob/main/protos/vehicle_data.proto But thats mostly for newer fields rather than the originals. |
We are attempting to read ShiftState, however the values we receive don't seem to conform to the defined enum values, which is concerning. For example, instead of 'ShiftStateD', we receive 'D'. This doesn't seem consistent with other enum behaviors; for example, for DetailedChargeState, we receive 'DetailedChargeStateDisconnected' not 'Disconnected'
The text was updated successfully, but these errors were encountered: