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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
31a7151: Add BuckleStatusSNA (value 4) to BuckleStatus in vehicle_data.proto, based on our own observations and contributions from the community. Consumers can now distinguish a signal-not-available buckle state from Unknown.
45cbf6b: Add the remaining Response.response_msg reply payloads - StreamMessage, VehicleDataSubscriptionResponse, VitalsSubscriptionResponse, PiiKeyResponse, PseudonymSyncResponse, NavigationRouteResponse, GetManagedChargingSitesResponse, AddManagedChargingSiteResponse, GetMessagesResponse, GetLocalProfilesResponse, KeysInfoResponse and BandwidthTestResponse - based on our own observations and contributions from the community. Consumers decoding these replies previously saw only {actionStatus} and silently dropped the payload.
Patch Changes
b6ce3b2: Mark Response.response_msg fields 12, 17 and 19 as reserved with a reason (deferred namespace-publish decision; app-only centerdisplay.server / webrtc_comms payloads). No wire changes - this documents fields that were already absent from the oneof.