From OpenSCADAWiki
Revision as of 17:41, 7 January 2023 by FuzzyBot (Talk | contribs) (Importing a new version from external source)
The request is made by sending a tag with parameters in the attributes. The result is placed into the resulting tag with some attributes modified. In general, the request tag can be written "<{req} path="/TreePath" user="user">{text}</{req}>", where:
- req — request;
- path — path to the node, absent for informational ones;
- user — user of the program on behalf of which the request is sent, usually sets automatically;
- text — text or result of the request.