I have two Photon devices, each running identical code and connected to separate LED strips. I'd like to trigger a cloud function on both devices simultaneously, rather than one after the other. Ideally, I want a solution that doesn't require me to modify the triggering code every time I add a new Photon and LED strip setup.
Is there a built-in feature in Particle Cloud that allows me to do this without setting up a separate server or Lambda function to handle the triggering?
An example to try and explain the need for this would be that I have some code somewhere that triggers this function, and I don't want to edit that code every time I add another duplication of this setup (photon + led strip).