UOM for state min and max values in channel description XML

In Thing / Channel description XML there is a state element which has min and max attributes. And AFAIK the values (decimal) do not (cannot) have a UOM. So if a channel is of type (say) Number:Temperature then how does one specify if min/max mean values in Celsius, Fahrenheit, or Kelvin?

<state min="decimal" max="decimal" step="decimal" pattern="String" readOnly="{true|false}">
      

For reference, this was also partially discussed here:

1 Like