-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
I'm having some real issues triggering my own events from the Arduino. When I send the sample input:
client.triggerEvent("my-event", "some data about my event");
I get "Client Error" in the debug console type column with a "Received invalid JSON" msg.
Then, when I try to pass in JSON for my data like so...
client.triggerEvent("my-event", "{ \"result\": \"1\" }");
I get this msg: "Unsupported event received on socket: my-event".
Any idea what I might be doing wrong?
Metadata
Metadata
Assignees
Labels
No labels