From OpenSCADAWiki
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
The following request commands are supported: | The following request commands are supported: | ||
* Command execution: | * Command execution: | ||
− | < | + | <syntaxhighlight lang="XML"> |
<set path="/fld_teg" user="user"/> | <set path="/fld_teg" user="user"/> | ||
<fld id="tm">1023456244</fld> | <fld id="tm">1023456244</fld> | ||
Line 7: | Line 7: | ||
<fld id="lvl">2</fld> | <fld id="lvl">2</fld> | ||
<fld id="mess">Test mess</fld> | <fld id="mess">Test mess</fld> | ||
− | </set></ | + | </set></syntaxhighlight> |
* Load the link to another page: | * Load the link to another page: | ||
− | < | + | <syntaxhighlight lang="XML"> |
− | <get path="/fld_teg" user="user" tp="lnk"/>"</ | + | <get path="/fld_teg" user="user" tp="lnk"/>"</syntaxhighlight> |
Latest revision as of 10:40, 22 July 2022
The following request commands are supported:
- Command execution:
<set path="/fld_teg" user="user"/>
<fld id="tm">1023456244</fld>
<fld id="cat">*</fld>
<fld id="lvl">2</fld>
<fld id="mess">Test mess</fld>
</set>
- Load the link to another page:
<get path="/fld_teg" user="user" tp="lnk"/>"