Changes

639 bytes added ,  08:25, 23 August 2021
Created page with "===Example of description in XML=== <syntaxhighlight lang="xml" line> <item type="script" name="Test" path="script-test.txt" addr="125:150" NAME=”VALUE”/> </syntaxhighlig..."
===Example of description in XML===

<syntaxhighlight lang="xml" line>
<item type="script" name="Test" path="script-test.txt" addr="125:150" NAME=”VALUE”/>
</syntaxhighlight>

===Parameters===

{|class="wikitable"
|-
!Name!!type and variety!!description
|-
|path*||string||path to script file relatively to server folder
|-
|body*||string||contents of script (instead of path)
|-
|NAME||string||parameters sent to script
|}
<nowiki>*</nowiki> – required fields

===Possible variants of setting the status===

{|class="wikitable"
|-
!Byte!!description
|-
|0||0 – off<br>1 – on<br>0xFF – Change the status for the opposite one
|}