From OpenSCADAWiki
Jump to: navigation, search
(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:
<pre style="white-space: pre-wrap;">
+
<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></pre>
+
</set></syntaxhighlight>
 
* Load the link to another page:
 
* Load the link to another page:
<pre style="white-space: pre-wrap;">
+
<syntaxhighlight lang="XML">
<get path="/fld_teg" user="user" tp="lnk"/>"</pre>
+
<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"/>"