What’s New#
Latest (v2.7.0)#
Add Multi select drop down editor type.
Add UniverseKey.
v2.6.0#
Add error code and error information to the Mailgun reply_handler.
Add ability for modules to interact with Designer Project issues using the issues_handler.
Add support for RIO G4 to the RDM API.
v2.5.0#
Property - new module/instance property object allowing for dynamically enabled and/or visible.
Add
property_objectin Module properties and Instance properties.
v2.4.0#
Add property certificate chain in
net.SslConfiguration.Add function add CA certificate in
net.SslConfiguration.Increased access to Lua standard libraries.
net.ICMP - “Ping” remote peers using ICMP.
Expose numerical base of spin box editors.
v2.3.0#
v2.2.1#
Expose peer verify mode in
net.SslSocket.Expose peer verify mode in
net.SslConfiguration.
v2.2#
Add package information properties to
moduleobjects in Module scripts and Instance scripts.Add instance status variables, which allow status reporting from IO module instances. See the configuration properties and the instance API for more details.
v2.1#
net.SslConfiguration - configure SSL sockets (net.SslSocket) with a client certificate (net.SslCertificate) and private key (net.SslKey).
time_changehandlers allow module and instance scripts to be notified when the controller’s local time changes. See Module time changes and Instance time changes for more details.Set the
specialValueTextproperty of Spin box and Double spin box editors to show alternative text when the spin box value is at a minimum.
v2.0#
Alarm - a real time alarm to trigger a one-off or repeating function.
Stopwatch - track the elapsed time between events.
Append variables in a condition handler (see Conditions).
Module scripts - Lua scripts run once for each module. Module scripts can be used to share resources between a module’s instances.