You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ This node can be used to read one or multiple universes sent by sACN.
38
38
| trigger | Controls when a message is emitted: only on change, on every received packet, or on change plus a cyclic keepalive re-emit. |`changes`, `always`, `interval`|`changes`| yes |
39
39
| interval | Keepalive interval in milliseconds for the `interval` trigger; the full universe is re-emitted when no change arrives in time. |`\d+`|`1000`| no |
40
40
| clearOnUniverseChange | When the observed universe is switched at runtime, emit a full universe of zeros until real data for the new universe arrives. |`true`, `false`|`false`| no |
41
+
| values | Emit channel values as a percentage (0–100) or as raw DMX values (0–255). |`percent`, `absolute`|`percent`| yes |
41
42
| IP-address | IP-Address of the network-interface that should be used for reading from sACN. |`\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\` (_any valid ip-address_) |_empty_| no |
42
43
| port | The network port which should be used for reading sACN. |`\d+`|_empty_ (defaults to `5568`) | no |
43
44
@@ -74,6 +75,8 @@ This node can be used to send one universe using sACN.
74
75
| source-name | The name for the sACN-sender that should be displayed within the network. |_any string below 50 characters_|`Node-RED`| yes |
75
76
| speed | Defines the frequency for sending sACN-packages |`once (0Hz)`, `24Hz`, `27Hz`, `30Hz`, `40Hz`, `44Hz`|`0Hz`| yes |
76
77
| priority | The priority that should be used for the sACN-sender. |`\d+` (`1` to `200`) |`100`| yes |
78
+
| values | Interpret the payload as a percentage (0–100) or as raw DMX values (0–255). |`percent`, `absolute`|`percent`| yes |
79
+
| blank-on-stop | Send an all-zero frame before closing so receivers go dark on stop. |`true`, `false`|`false`| no |
77
80
| IP-address | IP-Address of the network-interface that should be used for sending sACN. |`\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\` (_any valid ip-address_) |_empty_| no |
78
81
| port | The network port which should be used for reading sACN. |`\d+`|_empty_ (defaults to `5568`) | no |
79
82
@@ -89,7 +92,11 @@ This node can be used to record scenes and play them afterwards.
89
92
90
93
#### Parameters:
91
94
92
-
This node has no configuration parameters; its behaviour is controlled entirely through the incoming message.
95
+
| Parameter | Description | Possible Values | Default Value | Mandatory |
0 commit comments