Provided Lua functions

Overview

The Lua language has many standard functions for handling of strings, numbers, files, and more.

In addition to the standard Lua provided functions, there are provided functions available to Lua scripts that can access features in a node, such as reading and writing device variables and executing subtriggers.

The Lua extension provides a special object called the dw object. It has many advanced functions that can be used to dynamically interact with a node.

This section includes information about these functions.