What’s New¶
Latest (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.