View Source PorscheConnEx.Struct.Emobility.DirectCharge (porsche_conn_ex v0.1.0)

Structure containing information about the "Direct Charge" setting of a particular vehicle.

Fields

  • disabled? (boolean) — whether direct charging is disabled
    • The reasons this feature might be disabled (or disallowed?) are unknown.
  • active? (boolean) — whether direct charging is currently active
    • This indicates whether the "Direct Charge" setting has been activated by the user, and not necessarily whether the vehicle is actually charging.

Summary

Types

@type t() :: %PorscheConnEx.Struct.Emobility.DirectCharge{
  active?: boolean(),
  disabled?: boolean()
}