No valuble info there.
Here is an example the 3 injects simulate a payload input of 16 or 20 or 25.
The RBE and template monitor msg.inrange, the template uses mustache sytntax to dynamically change the text.
The flow outputs"Temperature is 20 Normalised" or "Temperature is 25 Exceeded" the 20, 25, normalised and eceeded vary according to input.
The message only outputs on a change of msg.inrange.
[{"id":"d54d2614.4e1c8","type":"inject","z":"c74669a0.6a34f8","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"20","payloadType":"num","x":110,"y":3480,"wires":[["28338cb3.a5e4d4"]]},{"id":"28338cb3.a5e4d4","type":"change","z":"c74669a0.6a34f8","name":"","rules":[{"t":"set","p":"inrange","pt":"msg","to":"payload < 24 and payload > 17 ","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":310,"y":3480,"wires":[["6672f614.aebd1"]]},{"id":"655506d9.9eac5","type":"inject","z":"c74669a0.6a34f8","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"16","payloadType":"num","x":110,"y":3440,"wires":[["28338cb3.a5e4d4"]]},{"id":"abef4194.f86128","type":"inject","z":"c74669a0.6a34f8","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"25","payloadType":"num","x":110,"y":3520,"wires":[["28338cb3.a5e4d4"]]},{"id":"6672f614.aebd1","type":"rbe","z":"c74669a0.6a34f8","name":"","func":"rbe","gap":"","start":"","inout":"out","property":"inrange","x":470,"y":3480,"wires":[["99636e13.089b9"]]},{"id":"99636e13.089b9","type":"template","z":"c74669a0.6a34f8","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"Temperature is {{payload}} {{#inrange}}Normalised{{/inrange}}{{^inrange}}Exceeded{{/inrange}}\n","output":"str","x":610,"y":3480,"wires":[["77eb50b7.56b12"]]},{"id":"77eb50b7.56b12","type":"debug","z":"c74669a0.6a34f8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"true","targetType":"full","statusVal":"payload","statusType":"msg","x":750,"y":3480,"wires":[]}]
https://mustache.github.io/mustache.5.html