AutoApi.ChargingState.from_bin

You're seeing just the function from_bin, go back to AutoApi.ChargingState module for more information.

Specs

from_bin(binary()) :: t()

Build state based on binary value

iex> bin = <<23, 0, 4, 1, 0, 1, 8>> iex> AutoApi.ChargingState.from_bin(bin) %AutoApi.ChargingState{status: %AutoApi.Property{data: :fast_charging}}