AutoApi.ChargingSessionState.from_bin
You're seeing just the function
from_bin
, go back to AutoApi.ChargingSessionState module for more information.
Specs
Build state based on binary value
iex> bin = <<11, 0, 4, 1, 0, 1, 1>> iex> AutoApi.ChargingSessionState.from_bin(bin) %AutoApi.ChargingSessionState{preconditioning_state: %AutoApi.Property{data: :active}}