You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting typed values from Fleet Telemetry with prefer_typed is great, but I wanted to check that it was meant to be changing the string values to different string values too.
For example
Sentry Mode has changed:
Off is SentryModeStateOff
Idle is SentryModeStateIdle
Armed is SentryModeStateArmed
etc
These already had pretty good values
, but now the protobuf field names are being returned
The text was updated successfully, but these errors were encountered:
Bre77
changed the title
prefered_typed changes the values of strings
prefer_typed changes the values of strings
Dec 5, 2024
Notice that DetailedChargeState is handled the same way regardless of prefer_typed, whereas ChargePortLatch is represented differently based on prefer_typed.
Is this going to change with future software releases? What is the recommended approach to handling enum values?
Getting typed values from Fleet Telemetry with
prefer_typed
is great, but I wanted to check that it was meant to be changing the string values to different string values too.For example
Sentry Mode has changed:
Off is SentryModeStateOff
Idle is SentryModeStateIdle
Armed is SentryModeStateArmed
etc
These already had pretty good values
, but now the protobuf field names are being returned
The text was updated successfully, but these errors were encountered: