node-red-contrib-dmx-for-ha 0.1.1 → 0.1.2
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/nodes/ha-mqtt-dmx.html
CHANGED
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
// ── Node Registration ──────────────────────────────────────────
|
|
119
119
|
RED.nodes.registerType('ha-mqtt-dmx', {
|
|
120
120
|
category: 'DMX for HA',
|
|
121
|
-
color: '#
|
|
121
|
+
color: '#ffee00',
|
|
122
122
|
icon: 'font-awesome/fa-lightbulb-o',
|
|
123
123
|
inputs: 1,
|
|
124
124
|
outputs: 0,
|
package/nodes/ha-mqtt-pir.html
CHANGED
package/nodes/ha-mqtt-relay.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-dmx-for-ha",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
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",
|