Closed mrferrar closed 2 years ago
It does but it's using the legacy command for it -- spark/device/name
I haven't updated any of the commands since they started porting them to be "particle" vs "spark"
I did try that, though annoyingly the photons seem unable to properly subscribe to any events with the 'spark' prefix. Thanks for confirming.
Ok -- I can put out an update to fix this.
Ok -- this should be fixed. I didn't test it.
Make sure you update the node modules in order to get the latest version of spark-protocol
That worked, thank you!
I have noticed there is a useful feature on Particle's server where a photon call of
Particle.subscribe("particle/device/name", ...);
triggers aparticle/device/name
event that the device can subscribe to in order to get it's server-assigned name. Does this feature have a different trigger on this server?