Adding new scripts

New scripts can be easily made available for execution via the UI.
The app is scanning a folder named “scripts” located at the MQTT.fx working directory:
OS X:       [USER_HOME]/Library/Application Support/MQTT-FX/scripts
Windows:    [USER_HOME]\AppData\Local\MQTT-FX\scripts
Linux:      [USER_HOME]/MQTT-FX/scripts

If this folder does not exists it is created by MQTT.fx containing a demo script.

Naming convention:

[INDEX]__[NAME].js

01__Switch_Fountain_Test.js

[INDEX]     - controls the order of the entry in the drop down menu
__          - delimiter between index and name
[NAME]      - the name of the menu entry (words are delimit by '_')

