Legacy vehicle controls
Phone-key enrollment and HMAC-signed remote commands. The app prefers Parallax commands when parallaxCommand and per-domain PARALLAX_*_COMMAND features are enabled.
Enrollment
Vehicle commands require an enrolled phone key (up to 2 devices). Enrollment exchanges a public key for a key id used in command requests.
Endpoints
EnrollPhone— enroll a new phone keyDisenrollPhone— remove a phone keyParseAndShareLocationToVehicle— send a destination to the vehiclesendVehicleCommand— HMAC remote commandgetVehicleCommand— poll legacy command status (HTTP)
Command completion over WebSocket: vehicleCommandState.
Modern alternative: sendParallaxPayload + vehicleCommandStatePx.