AutoApi.ChargingCapability.setters

You're seeing just the function setters, go back to AutoApi.ChargingCapability module for more information.

Specs

setters() :: keyword({[atom()], [atom()], keyword(binary())})

Returns the list of setters defined for the capability.

The list is a Keyword with the setter name as a key and as value a tuple with three elements:

  1. mandatory properties
  2. optional properties
  3. constants

Example

iex> AutoApi.ChargingCapability.setters()
[start_stop_charging: {[:status], [], []}, set_charge_limit: {[:charge_limit], [], []}, open_close_charging_port: {[:charge_port_state], [], []}, set_charge_mode: {[:charge_mode], [], []}, set_charging_timers: {[:timers], [], []}, set_reduction_of_charging_current_times: {[:reduction_times], [], []}]