Sending temperature data values with SMS

My solution is to retrieve the last reported temperature.

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