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 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 **System** → **Access Control** → **OAuth Clients**
98
- 3. Click **"Add Client"**
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 → **System** → **Access Control** → **OAuth Clients** → **Add Client**
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:**
@@ -1,7 +1,7 @@
1
1
  <script type="text/javascript">
2
2
  RED.nodes.registerType('datahub-write', {
3
3
  category: 'u-OS DataHub NATS',
4
- color: '#e74c3c',
4
+ color: '#ff9900',
5
5
  defaults: {
6
6
  name: { value: "" },
7
7
  connection: { type: "uos-config", required: true },
@@ -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-Control Web Interface</b> (e.g. <code>http://192.168.10.100</code>)</li>
153
- <li>Go to <b>System</b> → <b>Access Control</b> → <b>OAuth Clients</b></li>
154
- <li>Click <b>"Add Client"</b></li>
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.67",
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",