Difference between revisions of "Import-script"
Jump to navigation
Jump to search
(Created page with "===Example of description in XML=== <syntaxhighlight lang="xml" line> <import-script NAME="1" id="100" path="cond-with-err.txt"/> </syntaxhighlight> ===Parameters=== {|clas...") |
|||
Line 1: | Line 1: | ||
+ | <languages/> | ||
+ | <translate> | ||
===Example of description in XML=== | ===Example of description in XML=== | ||
Line 21: | Line 23: | ||
<nowiki>*</nowiki> – required fields | <nowiki>*</nowiki> – required fields | ||
+ | </translate> |
Revision as of 12:47, 26 January 2022
Example of description in XML
1<import-script NAME="1" id="100" path="cond-with-err.txt"/>
Parameters
Name | type and variety | description |
---|---|---|
id* | number 1..2048 | ID of the device where this element is located physically |
path* | string | path to script file relatively to server folder |
body* | string | contents of script (instead of path) |
NAME | string | parameters sent to script |
* – required fields