AutoApi.RooftopControlCapability.setters
You're seeing just the function
setters
, go back to AutoApi.RooftopControlCapability 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.RooftopControlCapability.setters()
[control_rooftop: {[], [:dimming, :position, :convertible_roof_state, :sunroof_tilt_state, :sunroof_state], []}]