AutoApi.HomeChargerCapability.setters

You're seeing just the function setters, go back to AutoApi.HomeChargerCapability 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.HomeChargerCapability.setters()
[set_charge_current: {[:charge_current], [], []}, set_price_tariffs: {[:price_tariffs], [], []}, activate_deactivate_solar_charging: {[:solar_charging], [], []}, enable_disable_wi_fi_hotspot: {[:wi_fi_hotspot_enabled], [], []}, authenticate_expire: {[:authentication_state], [], []}]