Device > Edge Actions - why do return streams go to :default?

Hey John,

This is the intended behavior: from edge actions, “cl://” events are received on the :default stream.
Then, you can do a cloud action to process it from :default.

Alternatively, your edge action could return a virtual resource “vr://” and then add an observation on this virtual resource that sends directly to the cloud (it will end up onto a specific stream then).

.Thibault.

1 Like