AutoApi.WeatherConditionsState.from_bin

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

Specs

from_bin(binary()) :: t()

Build state based on binary value

iex> bin = <<1, 0, 11, 1, 0, 8, 64, 41, 102, 102, 102, 102, 102, 102>> iex> AutoApi.WeatherConditionsState.from_bin(bin) %AutoApi.WeatherConditionsState{rain_intensity: %AutoApi.Property{data: 12.7}}