@opcua/for-node-red 3.26.0 → 3.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,6 +24,7 @@ We focus on optimization, stability, and handling the complex data structures fo
24
24
  | Reconnection | ⚠️ Basic (Can get stuck) | ✅ **Industrial-Grade** (Auto-healing connection logic) |
25
25
  | Visual Tooling | ❌ Manual copy-paste | ✅ **Visual Browser** (Pick NodeIds from a tree view) |
26
26
  | Structure Exploration | ❌ Not available | ✅ **Explore Node** (Maps sub-trees to nested JSON) |
27
+ | Certificate Management| ⚠️ Manual & complex PKI setup| ✅ **Visual Certificate Manager** (Effortless UI to manage trust & PKI) |
27
28
  | Support | Community / GitHub Issues | **Professional Support SLA** available |
28
29
  | Maintenance and updates | Volunteers / Community-driven | **Regular Updates** and improvements by Sterfive |
29
30
  |Quality & Testing |❌ No Unit Tests (Relies on user downloads/reports) |✅ TDD Approach (Dev with highest standards & Unit Tests) |
@@ -51,7 +52,7 @@ We focus on optimization, stability, and handling the complex data structures fo
51
52
  - **Event & Alarms**: Full support for OPC UA Alarms & Conditions (**A&C**).
52
53
  - **Historical Data**: Native support for HistoryRead to pull logged data from historians with aggregation support.
53
54
  - **Robust Reconnection Logic**: Automatically handles reconnections in case of network failures, ensuring reliable operation in industrial environments.
54
- - **Certificate Management**: Automatically manages OPC UA server certificates for secure connections.
55
+ - 🔐 **Visual Certificate Manager**: A built-in, effortless UI to generate PKI infrastructure, manage trusted/rejected server certificates, and securely handle endpoint authentication without touching OpenSSL.
55
56
  - **Multiple Connections**: Support for multiple connections to multiple OPC UA servers simultaneously.
56
57
 
57
58
  The nodes: