This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Can anyone give me a hand sending a temp variable in NR to Telegram? Messaging etc I have all set up, I just can't figure out how to send a variable. I mainly use the function node to config the message, but I can't figure out how to include the temp from a sensor.
msg.payload = {}
msg.payload.chatId = ***********
msg.payload.type = 'message'
msg.payload.content = "Testing Only"
return msg;
This is the output to the debug node from the sensor.
msg : Object
object _msgid: "4ab98c4eb7a761b0"
payload: "34.9"
topic: ""
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/nodered/com...