Hello community,
i have the following Sitemap:
sitemap test label="Test Sitemap" {
Frame {
Setpoint item=HeizungSchlafzimmer_4_SetTemperature label="SZ SOLL-Temperature [%.1f °C]" minValue=12.0 maxValue=30.0 step=0.5
Setpoint item=SonySimpleIP_Channel label="TV Kanal [%d]" minValue=1 maxValue=100 step=1
}
}
The Item HeizungSchlafzimmer_4_SetTemperature
is a Number:Temperature
.
The Item SonySimpleIP_Channel
is a String
.
In my App Version 2.5.0
if I select the SonySimpleIP_Channel
to change the value the selection starts a the current value. If I select the HeizungSchlafzimmer_4_SetTemperature
the selection always starts at the minValue
.
Is there something I can do so that my HeizungSchlafzimmer_4_SetTemperature
as well starts at the current value?