I’ve been playing around with SparkJS and I get the error “Permission Denied” when I try to use publishEvent(). I know I’m actually logged in because the function listDevices() works.
I noticed that the documentation (found at http://docs.spark.io/javascript/) states the following for publishEvent(): This feature is in a limited beta, and is not yet generally available.
Is/when will this function be available? Is there another way to publish an event (without using a core)?
Ultimately, I’d like to write an app that subscribes to events published by cores, and can publish events that the cores can subscribe to. I’m just missing the later part.
Hi @zach, I’m building a WebApp to configure and test a product based on the Photon. Do you have any updates on when will ```publishEvent()`` be available?