My solution is to retrieve the last reported temperature.
- To retrieve the last reported temperature reading, use a Gauge Query node. Payload path for value should be set to
tempC
. - In SMS node, reference the temperature with
{{ tempC.value }}
.
My solution is to retrieve the last reported temperature.
tempC
.{{ tempC.value }}
.