You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added API method for updating module parameters via JSON payload
Added ActionMessageCode as option to make the KNX connection, (#415)
Added 'System.Security.Cryptography' reference to CSharpAppFactory.cs generated programs
Fix occasional bug (Collection modified exception) occurring during JSON serialization of modules list
Module parameters can now hold any kind of object value through the new SetData method. Internally, the value of this method is directly bound to the ModuleParameter.Value property. ModuleParameter.Value will return the string representation of the object stored by the SetData method, JSON serializing it when needed (see updated docs).
Fixed reporting of line numbers of runtime errors for csharp programs
Program apps can now exchange any data object instance via ModuleHelper.RaiseEvent and Program.ApiCall methods (see updated docs).