B.2 Device Script Node Description
Script files are text files using XML-formatted text. The XML nodes follow:
- script – root node of the XML file
- name – name of script that is shown in the script tab Name field
- description – description of script that is shown in the script tab Description field
- command list – list of commands in the script. The commands are executed from top (first) to bottom (last)
- command – one command in the command list. This should be a command recognized by the firmware and properly formatted. Each command consists of two nodes:
- command_string – command string to be sent. This is formatted in the proper command syntax.
- description – description of the command or commands settings