Compare commits
1 Commits
93ea000734
...
70acef22d5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70acef22d5 |
@@ -8,10 +8,9 @@ Hand-maintained for Phase 6; the `## Inputs` table is generated from
|
||||
| Canonical | Aliases (deprecated) | Payload | Effect |
|
||||
|---|---|---|---|
|
||||
| `data.influent` | `influent`, `setInfluent` | `{ F: number, C: number[13] }` — either field optional | Replaces influent flow and/or the 13-species concentration vector. Triggers `output-changed`, re-emits the 3-stream Fluent envelope. |
|
||||
| `child.register` | `registerChild` | `string` — the child node's Node-RED id | Resolves the child via `RED.nodes.getNode` and registers it through `childRegistrationUtils` at the supplied `msg.positionVsParent`. |
|
||||
|
||||
Aliases log a one-time deprecation warning the first time they fire.
|
||||
Plumbing topics (`child.register`) are handled by the BaseNodeAdapter and
|
||||
not listed here.
|
||||
|
||||
## Outputs
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<script type="text/javascript">
|
||||
RED.nodes.registerType("settler", {
|
||||
category: "EVOLV",
|
||||
color: "#e4a363",
|
||||
color: "#50a8d9",
|
||||
defaults: {
|
||||
name: { value: "" },
|
||||
processOutputFormat: { value: "process" },
|
||||
|
||||
Reference in New Issue
Block a user