AutoApi.HomeChargerCapability.setters
You're seeing just the function
setters
, go back to AutoApi.HomeChargerCapability module for more information.
Specs
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:
- mandatory properties
- optional properties
- 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], [], []}]