Hi there, so I’ve got what might be quite a basic question.
I’ve been trying to build a test platform for our cloud software, but have ran into a small issue with the particle cloud API. I have been using the Particle API JS Node library in the test application.
I was wondering if it was possible to set the coreid when publishing an event? currently in all events the coreid will be set to coreid: 001
rather than a specific device’s ID.
I can work with this if it is a limitation of the cloud API however it would be nice to perform an end to end test of the system with multiple devices by setting the coreid, rather than having to build special cases into the cloud software to fake multiple different devices.