The attached version of the plugin has a new brokerCommand SET_DIAGNOSTICS.

At the beginning of your script, call this:
Code
set(LOGFILE);
brokerCommand(SET_DIAGNOSTICS,1);


This will print **all JSON messages** received from the server to the log.

When an incident occurs, share info from the logfile.

Attached Files