I'm new to this, and have been playing around, but to no avail.
I have the following object being delivered from an mqtt broker.
{
"uplink_message": {
"session_key_id": "AX88sOZsNTkoN5rZ+Rzx/Q==",
"f_port": 1,
"f_cnt": 80,
"frm_payload": "SGVsbG8sIHdvcmxkIQ==",
"decoded_payload": {
"bytes": [
72,
101,
108,
108,
111,
44,
32,
119,
111,
114,
108,
100,
33
]
}
}
}
Now I'm trying to pull out the array by itself in a function and display the string which is simply "Hello World!"
I can't quite figure out the function to select just the array and display the string. Maybe there is another way rather than using a function node. Any help would be appreciated.
