Sitemap Setpoint openHAB 2.1.0 & Cloud

I have just upgraded from openHab2.0.0.RC1 to 2.1.0 and have noticed my previously working sitemap seems to have broken - but only slightly for the iOS and basicui, but works for the classicui.

The thing in question is the setpoint’s - they all display zero, but do change the value when the button is pressed, i.e. something happens to a rule, but they still display zero, so I have no idea what the value is.

Another thing I have noticed, I have a few selections:

Selection item=MotionSensorTimer icon="clock" mappings=[1="1 Min", 2="2 Mins", 3="3 Mins", 4="4 Mins", 5="5 Mins", 10="10 Mins", 15="15 Mins", 30="30 Mins"]

This works correctly, but the basicui and iOS app show the next selection down ticked when clicking on it, but the clasicui shows the correct one.

Am I doing something wrong, do I need to update something?

I can confirm that Setpoint is indeed broken as scoobler described. Setpoint changes are reported to rules and value is correctly update. However the UI (in my case iOS Client) is not updated. A simple text element displaying the underlying item is updated properly.

// Items
Switch SleepTimer_OnOff "Sleep Timer"
Number SleepTimer_Delay "Minuten [%.0f]"
String SleepTimer_Msg “%s”

// Sitemap
Setpoint item=SleepTimer_Delay minValue=0 maxValue=90 step=10
Text label=“Status [%s]” item=SleepTimer_Delay