View Source PorscheConnEx.Struct.Maintenance (porsche_conn_ex v0.1.0)

Structure containing information about upcoming maintenance tasks.

This is the structure returned by PorscheConnEx.Client.maintenance/2.

Fields

  • schedule (list of Maintenance.Task) — a list of upcoming maintenance tasks
  • service_access? (boolean) — unknown

Note that this structure is the least understood at the moment, since it changes very slowly and is not easily probed or tested. As such, you will currently find a lot of "unknown" labels in the nested maintenance sub-structures.

Summary

Types

@type t() :: %PorscheConnEx.Struct.Maintenance{
  schedule: [PorscheConnEx.Struct.Maintenance.Task.t()],
  service_access?: boolean()
}