AutoApi.UnitType.unit_name

You're seeing just the function unit_name, go back to AutoApi.UnitType module for more information.
Link to this function

unit_name(type_id, unit_id)

View Source

Specs

unit_name(id(), id()) :: atom()

Returns the name of an unit of measurement.

Both the type and unit must be specified by their IDs.

Example

iex> AutoApi.UnitType.unit_name(0x16, 0x02)
:miles_per_hour