All notable changes to this project will be documented in this file.
- Provide version of module via 'OnNewStatusModuleVersion'
- Check if features of module can be used on device and provide this via 'OnNewStatusModuleIsActive' event / 'getStatusModuleActive' function
- New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle'
- Added UI icon and browser tab information
- No deselection of device via UI table
- renamed 'setSubnetMaks' to 'setSubnetMask' / 'OnNewDhcpStatus' to 'OnNewDHCPStatus' / 'getDeviceListJson' to 'getDeviceListJSON'
- Minor code restructure
- Update to EmmyLua annotations
- Usage of lua diagnostics
- Documentation updates
- Removed internal docu of functions if manifest docu is available in parallel
- Added missing docu
- Using internal moduleName variable to be usable in merged apps instead of _APPNAME, as this did not work with PersistentData module in merged apps.
- Naming of UI elements and adding some mouse over info texts
- Appname added to log messages
- Minor edits
- Minor code edits / docu updates
- Loading only required APIs ('LuaLoadAllEngineAPI = false') -> less time for GC needed
- Updated documentation
- Prepared for all CSK user levels: Operator, Maintenance, Service, Admin
- Changed status type of user levels from string to bool
- Renamed page folder accordingly to module name
- Updated documentation
- Added support for userlevels
- Add function scope limitiation infos to UI
- Changed "OnNewSearchActive" to "OnNewScanStatus" to respond success of setting new config
- Clear device list on UI ("OnNewDeviceTable") if new scan is triggered
- No auto scan after setting new config
- Documentation added (incl. API html-file)
- Minor renaming
- New function to load/save parameters with SubContainer
- Interface to scan now selectable
- Show interface where device was found on
- Initial commit