Good Evening,
I have a mixed population of Spark and Photons controlling lights in a smart home configuration. The publishes from both types are picked up just fine within my PC web browser if it subscribes to the event streams concerned. However, I have a photon subscribing to those same “smartHome” events from a Spark board and it doesn’t seem to be getting those events - though clearly they are being generated because a web server running on a PC on the same LAN is getting and displaying them. Is there any basic incompatibility between Spark.publish() and Particle.subscribe() Or, should they be fully interchangeable? I can’t find any mentioned of incompatibility in the reference pages.
Thanks yet again
Alan T.