AutoApi.HonkHornFlashLightsCapability.setters

You're seeing just the function setters, go back to AutoApi.HonkHornFlashLightsCapability 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.HonkHornFlashLightsCapability.setters()
[honk_flash: {[], [:honk_time, :flash_times], []}, activate_deactivate_emergency_flasher: {[:emergency_flashers_state], [], []}]