AutoApi.ChargingCapability.setters
You're seeing just the function
setters
, go back to AutoApi.ChargingCapability 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.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], [], []}]