Device Downlink

Anyone knows how to see the device downlink on particle console? Is it even possible to see what’s going out of the device to particle cloud?

Can you elaborate?

So I got a device in which I’m triggering a command from our backend, I wanted to see the command downlink payload. Ex: I’m turning the device On/Off, how can I see see the payload going to the device on the console?

If you mean calling a Particle.function() then you won't see the payload in console.
This is not a supported feature.
On the other hand if you want to see the payload of an event to which the device has subscribed, then you can see that event in Particle Console | Build your connected product

1 Like