You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't escape JSON if used in non-substituting actions. Try
send({"pushMessage":"startRoasting"})
Substituting actions are custom button event actions and custom slider event actions where the event value is substituted. Escaping JSON in other places fails (silently).
If successfully send, you should also see a corresponding entry in the serial log.
I want to send a Json when the Charge event button has been pressed. I have this configuration:
But I never see that register in serial output when I push the Charge button:
What am I doing wrong ?
websocketEvent.zip
Regards!
The text was updated successfully, but these errors were encountered: