AutoApi.HomeChargerCapability.state_properties
You're seeing just the function
state_properties
, go back to AutoApi.HomeChargerCapability module for more information.
Specs
state_properties() :: [atom()]
Returns which properties are included in the State specification.
Universal properties are always included
Examples
iex> AutoApi.SeatsCapability.state_properties()
[:persons_detected, :seatbelts_state, :nonce, :vehicle_signature, :timestamp, :vin, :brand]
iex> AutoApi.WakeUpCapability.state_properties()
[:nonce, :vehicle_signature, :timestamp, :vin, :brand]