node-red-contrib-uos-nats 0.1.67 → 0.1.69
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 -3
- package/nodes/datahub-write.html +1 -1
- package/nodes/uos-config.html +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -94,8 +94,8 @@ Process & forward to other systems
|
|
|
94
94
|
Before configuring Node-RED, create an OAuth client on your u-OS device:
|
|
95
95
|
|
|
96
96
|
1. Open the **u-OS Web Interface** (e.g., `http://192.168.10.100`)
|
|
97
|
-
2. Go to **
|
|
98
|
-
3. Click **"Add
|
|
97
|
+
2. Go to **u-OS Control Center** → **Identity & access** → **Clients**
|
|
98
|
+
3. Click **"Add client"**
|
|
99
99
|
4. Enter:
|
|
100
100
|
- **Name:** `nodered`
|
|
101
101
|
- **Scopes:** Select **all** `hub.variables.*` scopes:
|
|
@@ -406,7 +406,7 @@ Auto-discovery requires special permissions on the provider definition endpoint,
|
|
|
406
406
|
- **DataHub - Write:** Sends commands **to other** providers. You write **to** them.
|
|
407
407
|
|
|
408
408
|
### Q: Where do I get Client ID/Secret?
|
|
409
|
-
**A:** u-OS Web Interface → **
|
|
409
|
+
**A:** u-OS Web Interface → **u-OS Control Center** → **Identity & access** → **Clients** → **Add client**
|
|
410
410
|
|
|
411
411
|
### Q: What are the required OAuth scopes?
|
|
412
412
|
**A:**
|
package/nodes/datahub-write.html
CHANGED
package/nodes/uos-config.html
CHANGED
|
@@ -149,9 +149,9 @@
|
|
|
149
149
|
<h4>1. Create OAuth Client in u-Control</h4>
|
|
150
150
|
<p>Before configuring Node-RED, create an OAuth client on your u-Control device:</p>
|
|
151
151
|
<ol>
|
|
152
|
-
<li>Open the <b>u-
|
|
153
|
-
<li>Go to <b>
|
|
154
|
-
<li>Click <b>"Add
|
|
152
|
+
<li>Open the <b>u-OS Web Interface</b> (e.g. <code>http://192.168.10.100</code>)</li>
|
|
153
|
+
<li>Go to <b>u-OS Control Center</b> → <b>Identity & access</b> → <b>Clients</b></li>
|
|
154
|
+
<li>Click <b>"Add client"</b></li>
|
|
155
155
|
<li>Enter a <b>Name</b> (e.g. <code>nodered</code>)</li>
|
|
156
156
|
<li>Select <b>all</b> <code>hub.variables.*</code> scopes:
|
|
157
157
|
<ul>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-uos-nats",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.69",
|
|
4
4
|
"description": "Node-RED nodes for Weidmüller u-OS Data Hub. Read, write, and provide variables via NATS protocol with OAuth2 authentication. Supports event-based subscriptions and manual variable mapping.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "IoTUeli",
|