One example of how to go from an item to a simple float value:
val actTemp = (Heater_Act_Temp.state as DecimalType).floatValue
This and much more can be found at
One example of how to go from an item to a simple float value:
val actTemp = (Heater_Act_Temp.state as DecimalType).floatValue
This and much more can be found at