What syntax to send a floating point value in sentence

What is the exact syntax for sending an example floating point value:

[SetTemperature]
set Temp on (5…24) {volume!float}

send me back for a ten point five or text
ten comma 5
10.0
thank’s for help

I ended up finding a solution that allows me to indicate a temperature as an integer or as a floating point value

([mettre |régler]): Température sur (5…24) {dizaines} [(virgule | point ) (0…9) {minus} ]

([put | adjust]): Temperature on (5…24) {tens} [(comma | point) (0…9) {minus}]

I give it to you … it can be useful … :slight_smile:

1 Like