Skip to content

Commit

Permalink
More documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ankraft committed May 10, 2024
1 parent 93cbc13 commit 5b5b9fb
Show file tree
Hide file tree
Showing 42 changed files with 1,741 additions and 1,607 deletions.
4 changes: 2 additions & 2 deletions docs/ACMEScript-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2112,7 +2112,7 @@ Examples:

The `import-raw` function creates a resource in the CSE without using the normal procedures when handling a [CREATE request](#create-resource). The resource is added to the resource tree without much validation.

This function is primarily used when importing initial resources, and when restoring resources during the [startup](ACMEScript-metatags.md#meta_init) of the CSE.
This function is primarily used when importing initial resources, and when restoring resources during the [startup](ACMEScript-metatags.md#init) of the CSE.

`resource` is a valid oneM2M resource. All necessary attributes must be present in that resource, including the *parentID* ( *pi* ) attribute that determines the location in the resource tree.

Expand Down Expand Up @@ -2654,7 +2654,7 @@ Evaluates to *true* if the script was started as an "autorun" script. This is th
in a script.


See also: [@tuiAutoRun](ACMEScript-metatags.md#meta_tuiAutoRun)
See also: [@tuiAutoRun](ACMEScript-metatags.md#tuiAutoRun)

Note: This variable is only set when the script is run from the text UI.

Expand Down
Loading

0 comments on commit 5b5b9fb

Please sign in to comment.