Skip to content

v1.3-stable.19

Compare
Choose a tag to compare
@genemars genemars released this 10 Sep 09:39
  • Fix widgets editor rendering bug
  • Fix backup download issue #418
  • 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).