View Source PorscheConnEx.Struct.Capabilities (porsche_conn_ex v0.1.0)
Structure containing information about the capabilities of a particular vehicle.
This is the structure returned by PorscheConnEx.Client.capabilities/2.
Fields
car_model(string) — the vehicle platform code (e.g. "J1" for the Taycan)engine_type(string) — the type of propulsion system (e.g. "BEV")has_rdk?(boolean) — whether the vehicle features the RDK tire pressure monitoring systemhas_dx1?(boolean) — unknownneeds_spin?(boolean) — unknowndisplay_parking_brake?(boolean) — unknownsteering_wheel(atom) — is the steering wheel on the:leftor:rightside?heating(struct) — indicates the presence of seat heatersfront_seat?(boolean) — whether the front seats can be heatedrear_seat?(boolean) — whether the rear seats can be heated
Summary
Types
@type steering_wheel_position() :: :left | :right