Your node output contains an object with id
and temperature
. You need to add a change node to get the temperature. Set msg.payload
to msg.payload.temperature
, that should do the trick.
Your node output contains an object with id
and temperature
. You need to add a change node to get the temperature. Set msg.payload
to msg.payload.temperature
, that should do the trick.