Hello…
I am testing out some stuff on the Argon and would like to know how to format a string with multiple variables to publish.
I understand the following:
Just not sure how to add (or even if I can) a second variable to this line WITHOUT calling publish a second time. I ask bcz at the moment I am trying to publish 24 events in a 20 second window and it appears (via reading the documentation) that there is a limitation of 4 publishes per second which would mean I would have to get crafty with a SoftwareTimer to break up the publishing into 4’s every second. Not impossible BUT the blocks of data come in 6’s not 4’s. Eventually I am going to use a web-hook to send them to a google spreadsheet.