You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Release 3.9.0
## New features
- Optionally track and show status of input signals to e.g. show them in UI
- Update of tracked input signals even if running in FLOW mode
- Implemented sample screenshot when module is not supported
## Improvements
- Status of the input signal of signal links (running via cFlow) is now provided additionally via 'OnNewFlowInputState[ENUM]'-event.
- Prevent to set active states of ports used within "SignalLinks" (cFlows)
- Fixed issues regarding wrong shown states in UI
- Added known issue
- Documentation updates
- Updated UI screenshot
- Updated documentation due to changes in manifest
- Added new sample screenshot in documentation
## Bugfix
- Removed signal links were not set to SCRIPT mode
- Removed unused function "setForwardEvent"
- Checked mode of input port instead of output port within "setActiveStatusOutput"
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
-[ ] All relevant infos are logged via the SharedLogger 'ModuleLogger'
23
23
-[ ] Module supports persistent data feature based on 'CSK_Module_PersistentData'
24
24
-[ ] Module supports user management based on 'CSK_Module_UserManagement'
25
-
-[ ] No open "ToDos" within the code or at least clearly explained comments why they exist...
25
+
-[ ] No open "ToDos" within the code or at least clearly explained comments why they exist...
26
26
-[ ] "Version" key in app manifest was updated following semantic versioning (and use '0.x.y' for test / experimental modules which are not yet ready to be officially released)
27
27
-[ ] Meaningful IDs used for UI elements
28
28
-[ ] Module was tested on an AppSpace device (at least on SICK AppEngine) with no error message
0 commit comments