All notable changes to this project will be documented in this file.
- Feature to bridge ETH ports
- Better handling of persistent data
- Configured DNS server were not loaded
- Check if specific set functions are supported (e.g. not for SIM300 or SAE)
- Legacy bindings of ValueDisplay elements within UI did not work if deployed with VS Code AppSpace SDK
- UI differs if deployed via Appstudio or VS Code AppSpace SDK
- Fullscreen icon of iFrame was visible
- Error with adding new DNS server (introduced in version 2.2.0)
- 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
- New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle'
- Show timestamp info after ping
- Check interface selection within UI table
- 'loadParameters' returns its success
- 'sendParameters' can control if sent data should be saved directly by CSK_Module_PersistentData
- Added browser tab information
- Minor UI changes
- Error while trying to set nameserver if running on emulator or SAE
- Possibility to configure nameservers via the UI
- Renamed function 'setPingIpAddress' to 'setPingIPAddress'
- Using recursive helper functions to convert Container <-> Lua table
- Update to EmmyLua annotations
- Usage of lua diagnostics
- Documentation updates
- Prepared for CSK_UserManagement user levels: Operator, Maintenance, Service, Admin to optionally hide content related to UserManagement module (using bool parameter)
- Module name added to log messages
- Renamed page folder accordingly to module name
- Hiding SOPAS Login
- Documentation updates (manifest, code internal, UI elements)
- camelCase renamed functions
- Minor code edits
- Using prefix for events
- UI events notified after pageLoad after 300ms instead of 100ms to not miss
- Initial commit
- Hide IPs in the list if DHCP is enabled
- Added IP utils
- Initial commit