Release 2.1.0#5
Merged
golluroSICKAG merged 11 commits intoSICKAppSpaceCodingStarterKit:mainfrom May 20, 2025
Merged
Conversation
## New features - Supports FlowConfig feature to provide incoming MQTT messages / push messages to MQTT broker - 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 event 'OnNewConnectionStatus' - Function 'getParameters' to provide PersistentData parameters - Function to 'resetModule' to default setup ## Improvements - New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle' - 'loadParameters' returns its success - 'sendParameters' can control if sent data should be saved directly by CSK_Module_PersistentData - Changed log level of some messages from 'info' to 'fine' - Added UI icon and browser tab information ## Bugfix - Module tried to reconnect to MQTT broker every 5sec after a disconnection even it already reconnected succesfully - Typo in code regarding password variable for credentials - Typo in code regarding client certificate key path
Added event description for external use in UI in case of subscription
## New features - Optionally set global prefix for all topics - Optionally deactivate logging of communication to reduce CPU load - Check if persistent data to load provides all relevant parameters. Otherwise add default values ## Improvements - Check if client is connected to broker before trying to publish
## New features - Optionally send a BirthMessage if connected to MQTT broker ## Bugfix - Did not use topic prefix for WillMessage - Did not update topic prefix / status if WillMessage is active within UI - 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
kogliinSICKAG
approved these changes
May 15, 2025
Contributor
kogliinSICKAG
left a comment
There was a problem hiding this comment.
Tested the GUI with AppStudio, no obvious bugs found.
Some minor improvements committed via WebEx directly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 2.1.0
New features
Improvements
Bugfix
Following tasks were checked