node-red-contrib-dmx-for-ha 0.6.4 → 0.6.6
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/package.json +2 -2
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.6",
|
|
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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"license": "GPL-3.0",
|
|
25
25
|
"main": "nodes/ha-mqtt-config.js",
|
|
26
26
|
"node-red": {
|
|
27
|
-
"version": "0.6.
|
|
27
|
+
"version": "0.6.3",
|
|
28
28
|
"nodes": {
|
|
29
29
|
"ha-mqtt-config": "nodes/ha-mqtt-config.js",
|
|
30
30
|
"ha-mqtt-dmx": "nodes/ha-mqtt-dmx.js",
|