node-red-contrib-dmx-for-ha 0.6.38 → 0.6.39
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
|
@@ -471,6 +471,13 @@ Use an **absolute path** starting with `/config/`. A relative path will silently
|
|
|
471
471
|
|
|
472
472
|
| Version | Changes |
|
|
473
473
|
|---|---|
|
|
474
|
+
| 0.6.38 | etherten_v2 set as default controller profile — nodes with unset profile now correctly use batched JSON array format |
|
|
475
|
+
| 0.6.37 | ha-mqtt-dmx-group palette registration fixed — duplicate `const node = this` in oneditprepare caused silent browser error preventing node appearing in palette |
|
|
476
|
+
| 0.6.36 | README settings.js path corrected to /addon_configs/a0d7b954_nodered/settings.js |
|
|
477
|
+
| 0.6.35 | pubState OFF fix — recovery and restoreAfterEffect no longer send colour values when state is OFF |
|
|
478
|
+
| 0.6.34 | broker.setMaxListeners(0) added to all 5 nodes — suppresses MaxListeners warning |
|
|
479
|
+
| 0.6.33 | transitionRateLimit exposed in config node UI (was hardcoded) |
|
|
480
|
+
| 0.6.32 | README full rewrite |
|
|
474
481
|
| 0.6.31 | Group Node v2 — member list (local + remote), internal routing via RED.nodes.getNode(), duplicate detection, loop protection cross-instance. Registry stores nodeId + nodeType. |
|
|
475
482
|
| 0.6.30 | Debug timer leak fixed — S._debugTimer saved and cleared on node close (all 5 nodes) |
|
|
476
483
|
| 0.6.29 | Node label updated to match HA device format including subLocation |
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
</div>
|
|
314
314
|
|
|
315
315
|
<div style="margin-top:16px; padding-top:8px; border-top:1px solid #444; color:#666; font-size:0.8em; text-align:right;">
|
|
316
|
-
node-red-contrib-dmx-for-ha v0.6.
|
|
316
|
+
node-red-contrib-dmx-for-ha v0.6.39
|
|
317
317
|
</div>
|
|
318
318
|
|
|
319
319
|
</script>
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
</div>
|
|
394
394
|
|
|
395
395
|
<div style="margin-top:16px; padding-top:8px; border-top:1px solid #444; color:#666; font-size:0.8em; text-align:right;">
|
|
396
|
-
node-red-contrib-dmx-for-ha v0.6.
|
|
396
|
+
node-red-contrib-dmx-for-ha v0.6.39
|
|
397
397
|
</div>
|
|
398
398
|
|
|
399
399
|
</script>
|
package/nodes/ha-mqtt-dmx.html
CHANGED
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
</div>
|
|
597
597
|
|
|
598
598
|
<div style="margin-top:16px; padding-top:8px; border-top:1px solid #444; color:#666; font-size:0.8em; text-align:right;">
|
|
599
|
-
node-red-contrib-dmx-for-ha v0.6.
|
|
599
|
+
node-red-contrib-dmx-for-ha v0.6.39
|
|
600
600
|
</div>
|
|
601
601
|
|
|
602
602
|
</script>
|
package/nodes/ha-mqtt-pir.html
CHANGED
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
</div>
|
|
319
319
|
|
|
320
320
|
<div style="margin-top:16px; padding-top:8px; border-top:1px solid #444; color:#666; font-size:0.8em; text-align:right;">
|
|
321
|
-
node-red-contrib-dmx-for-ha v0.6.
|
|
321
|
+
node-red-contrib-dmx-for-ha v0.6.39
|
|
322
322
|
</div>
|
|
323
323
|
|
|
324
324
|
</script>
|
package/nodes/ha-mqtt-relay.html
CHANGED
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
</div>
|
|
302
302
|
|
|
303
303
|
<div style="margin-top:16px; padding-top:8px; border-top:1px solid #444; color:#666; font-size:0.8em; text-align:right;">
|
|
304
|
-
node-red-contrib-dmx-for-ha v0.6.
|
|
304
|
+
node-red-contrib-dmx-for-ha v0.6.39
|
|
305
305
|
</div>
|
|
306
306
|
|
|
307
307
|
</script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-dmx-for-ha",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.39",
|
|
4
4
|
"description": "DMX lighting control for Home Assistant via Node-RED and MQTT. Place a node, fill in the settings, deploy. Full HA device registry integration with RGBW/RGBWW/CCT/brightness colour modes, transitions, effects, and group control.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node-red",
|