Closed gabriel-11 closed 7 years ago
Format strings for Setpoint labels are ignored in the OpenHAB iOS app.
Example:
Item: Number timestart "Time Start [%04d]" Sitemap: Setpoint item=timestart minValue=0 maxValue=2345 step=15
Should result in leading zeroes and no decimal point.
However, there are no leading zeroes and ".0" is always the last part of the Setpoint label.
similar issue here: https://community.openhab.org/t/setpoint-in-sitemap-shows-1-decimal-digit-after-the-decimal-point/33800
Format strings for Setpoint labels are ignored in the OpenHAB iOS app.
Example:
Item: Number timestart "Time Start [%04d]" Sitemap: Setpoint item=timestart minValue=0 maxValue=2345 step=15
Should result in leading zeroes and no decimal point.
However, there are no leading zeroes and ".0" is always the last part of the Setpoint label.