AutoApi.ClimateCapability.setters
You're seeing just the function
setters
, go back to AutoApi.ClimateCapability 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.ClimateCapability.setters()
[change_starting_times: {[:hvac_weekday_starting_times], [], []}, start_stop_hvac: {[:hvac_state], [], []}, start_stop_defogging: {[:defogging_state], [], []}, start_stop_defrosting: {[:defrosting_state], [], []}, start_stop_ionising: {[:ionising_state], [], []}, set_temperature_settings: {[], [:driver_temperature_setting, :passenger_temperature_setting, :rear_temperature_setting], []}]