I have been using this snippet as part of a setpoint widget, but it doesn’t work when the Item is Number:Temperature
<button class="btn" ng-click="sendCmd('MorningTemperature', +itemState('MorningTemperature')+0.1)"><span class="glyphicon glyphicon-plus" style="color: red"></span></button>
Does anyone know the correct syntax?