I need to trigger a downlink message when an uplink message is received on node red.
The /devices//up works well and the data received in payload_raw is fine.
but /devices//down doesnt schedules a downlink message.
This is the message that I am passing to the TTN pulish Node subscribed to /devices//down: ```
{
“port”: 1,
“confirmed”: true,
“payload_raw”: “AQIDBA==”,
}