node-red-contrib-uos-nats 0.2.70 → 0.2.72
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 +5 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> **DISCLAIMER:**
|
|
3
|
-
> This is **NOT** an official product of Weidmüller Interface GmbH & Co. KG.
|
|
4
|
-
> This package was created privately by **IoTUeli** as a community contribution.
|
|
5
|
-
> Use at your own risk. No liability or warranty is assumed.
|
|
6
|
-
|
|
7
2
|
**Unofficial Node-RED Package for Weidmüller u-OS Data Hub**
|
|
8
3
|
|
|
9
4
|
Read, write, and provide variables via NATS protocol using **OAuth2 authentication**.
|
|
@@ -97,4 +92,8 @@ Publishes your own data to the Data Hub.
|
|
|
97
92
|
---
|
|
98
93
|
|
|
99
94
|
**License:** MIT
|
|
100
|
-
|
|
95
|
+
|
|
96
|
+
> **DISCLAIMER:**
|
|
97
|
+
> This is **NOT** an official product of Weidmüller Interface GmbH & Co. KG.
|
|
98
|
+
> This package was created privately by **IoTUeli** as a community contribution.
|
|
99
|
+
> Use at your own risk. No liability or warranty is assumed.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-uos-nats",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.72",
|
|
4
4
|
"description": "Node-RED nodes for Weidmüller u-OS Data Hub. Read, write, and provide variables via NATS protocol with OAuth2 authentication. Features: Variable Key resolution, custom icons, example flows, and provider definition caching.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "IoTUeli",
|