Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

29 lines (24 loc) · 1.29 KB

Changelog

All notable changes to this project will be documented in this file.

Release 2.0.0

New features

  • Supports FlowConfig feature to provide received messages / to send content to TCP/IP client
  • Provide version of module via 'OnNewStatusModuleVersion'
  • Function 'getParameters' to provide PersistentData parameters
  • Check if features of module can be used on device and provide this via 'OnNewStatusModuleIsActive' event / 'getStatusModuleActive' function
  • Function to 'resetModule' to default setup

Improvements

  • 'setSelectedClientWhitelist' and 'setSelectedClientBroadcast' return success of function
  • Update selected whitelist / broadcast if instance was changed
  • New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle'
  • Check if instance exists if selected
  • 'loadParameters' returns its success
  • 'sendParameters' can control if sent data should be saved directly by CSK_Module_PersistentData
  • Added UI icon

Bugfix

  • Error if module is not active but 'getInstancesAmount' was called
  • Error if trying to deregister from broadcast
  • transmitDataNUM did not work after deregistering from event to forward data
  • No reset of selected whitelist / broadcast after loading new parameters

Release 1.0.0

  • Initial commit