Domain:climate service: set_temperature API Error

Hi, i’m very new to Node Red, but have been able to create some basic flows.

I’m trying to utilise domain:climate service: set_temperature for my floureon underfloor heating

I want to be able to set the temp to 25 on motion… then have a timer to turn off after x minutes

the flow works as i can trigger a switch instead of the underfloor climate setting

but i get API error with this
i have searched the forums and have found various people saying the data field should be as follows
{“temperature”: “{{10}}”}
or similar.
yet I can’t get this working…

any ideas?

thanks
Mark

got it working,

{“temperature”:25}

worked