How can I access to the progress data for a gauge when receiving a string message as follows?
{"progress": 69, "_timestamp": 1556092573, "location": "local", "path": "rounded_rose_120x120.gcode"}
Thanks in advance
How can I access to the progress data for a gauge when receiving a string message as follows?
{"progress": 69, "_timestamp": 1556092573, "location": "local", "path": "rounded_rose_120x120.gcode"}
Thanks in advance
Have you tried using the JSON node to convert it to a javascript object?
Thanks mate, solved...... One year disconnected and I forgot even the basics....