Localization of min,max, and step in thing-xml

When making a thing for a temperature setpoint, like

    <state readOnly="false" pattern="%.1f %unit%" min="0" max="80" step="0.5" />

is there a way to localize min/max/step?

Although I can display the units properly, I don’t see any way to localize the min/max/step of the configuration. This is more of an issue in paperUI, which uses these values. Ideally you would like one set for each unit. I looked through several bindings and couldn’t find any examples of localized min/max/step.
Thanks.

See this Apply UoM to thing-types.xml : state : min / max / step parameters

At least yours got a response :slight_smile:

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.