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.
@@ -8,7 +8,7 @@
8
8
 
9
9
  RED.nodes.registerType('ha-mqtt-button', {
10
10
  category: 'DMX for HA',
11
- color: '#27ae60',
11
+ color: '#09bf00',
12
12
  icon: 'font-awesome/fa-hand-pointer-o',
13
13
  inputs: 1,
14
14
  outputs: 0,
@@ -8,7 +8,7 @@
8
8
 
9
9
  RED.nodes.registerType('ha-mqtt-dmx-group', {
10
10
  category: 'DMX for HA',
11
- color: '#d4a017',
11
+ color: '#c8cc00',
12
12
  icon: 'font-awesome/fa-object-group',
13
13
  inputs: 1,
14
14
  outputs: 1,
@@ -118,7 +118,7 @@
118
118
  // ── Node Registration ──────────────────────────────────────────
119
119
  RED.nodes.registerType('ha-mqtt-dmx', {
120
120
  category: 'DMX for HA',
121
- color: '#f0b429',
121
+ color: '#ffee00',
122
122
  icon: 'font-awesome/fa-lightbulb-o',
123
123
  inputs: 1,
124
124
  outputs: 0,
@@ -8,7 +8,7 @@
8
8
 
9
9
  RED.nodes.registerType('ha-mqtt-pir', {
10
10
  category: 'DMX for HA',
11
- color: '#9b59b6',
11
+ color: '#ae45ff',
12
12
  icon: 'font-awesome/fa-podcast',
13
13
  inputs: 1,
14
14
  outputs: 0,
@@ -8,7 +8,7 @@
8
8
 
9
9
  RED.nodes.registerType('ha-mqtt-relay', {
10
10
  category: 'DMX for HA',
11
- color: '#e74c3c',
11
+ color: '#EE0020',
12
12
  icon: 'font-awesome/fa-toggle-on',
13
13
  inputs: 1,
14
14
  outputs: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-dmx-for-ha",
3
- "version": "0.1.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",