Call particle cloud function from another device

Is there a way to call a declared function from another device besides using a curl command ? Seems like there should be a much easier way ????

It is not possible to make a function call from a device to another device. Functions and variables only work from the cloud to a device, not device to device.

Using publish and subscribe is one alternative.

OK, thats what I read. Just seems like there should be an easier way. Thanks for the info.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.