Version 1.7 of Serial Port JSON Server published. Huge changes! Serial data should now get sent via a structured JSON object with ID’s. Those ID’s are passed back during OnQueued, OnWrite, OnComplete events so the UI can update itself easily.
My widget is subscribing to the serial port json’s onComplete but I am not getting these signals. I try looking through the code by Forking the widget but the code at http://fiddle.jshell.net/chilipeppr/4RgrS/show/light/ doesn’t have any chilipeppr.publish for onComplete at all. Yet my Chrome console keeps outputting message regarding to onCompleteJson.
What am I missing?