Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable cloud serial comms to individual devices
The Particle Cloud API and ParticleJS do not appear to allow publishing events to specific devices. This change works around that limitation by having the Oaks listen to /oak/device/stdin/:deviceid and /oak/device/reset/:deviceid so that they can be individually addressed. The Oaks are also still listening to /oak/device/stdin and /oak/device/reset so that all of one's Oaks can be addressed simultaneously if desired.
- Loading branch information