node-red-contrib-uos-nats 0.2.103 → 1.0.1
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,8 +71,9 @@ Reads values from existing providers (like `u_os_adm`).
|
|
|
71
71
|
|
|
72
72
|
### DataHub - Write
|
|
73
73
|
Changes values in other providers.
|
|
74
|
-
- **
|
|
75
|
-
- **
|
|
74
|
+
- **Single Mode:** Select a variable from the list. Send `msg.payload` = value.
|
|
75
|
+
- **Batch Mode:** Select NO variable (clear selection). Send `msg.payload` as a JSON object: `{"var_key": value, "var2": value}`.
|
|
76
|
+
- **Strict Mode:** Automatically handles Fingerprints for strict providers (e.g. `u_os_sbm`).
|
|
76
77
|
|
|
77
78
|
### DataHub - Provider
|
|
78
79
|
Publishes your own data to the Data Hub.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-uos-nats",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.1",
|
|
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",
|