Compare commits
1 Commits
3ee1939b0a
...
7d19fc1db0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d19fc1db0 |
12
wiki/Home.md
12
wiki/Home.md
@@ -93,12 +93,12 @@ flowchart TB
|
|||||||
|
|
||||||
<!-- BEGIN AUTOGEN: topic-contract -->
|
<!-- BEGIN AUTOGEN: topic-contract -->
|
||||||
|
|
||||||
| Canonical topic | Aliases | Payload | Effect |
|
| Canonical topic | Aliases | Payload | Unit | Effect |
|
||||||
|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `set.mode` | `setMode` | `string` | Replaces the named state value with the supplied payload. |
|
| `set.mode` | `setMode` | `string` | — | Switch the machine group between auto / manual modes. |
|
||||||
| `set.scaling` | `setScaling` | `string` | Replaces the named state value with the supplied payload. |
|
| `set.scaling` | `setScaling` | `string` | — | Select the group scaling strategy. |
|
||||||
| `child.register` | `registerChild` | `string` | Parent/child plumbing — registers or unregisters a child node. |
|
| `child.register` | `registerChild` | `string` | — | Register a child machine with this group. |
|
||||||
| `set.demand` | `Qd` | `any` | Replaces the named state value with the supplied payload. |
|
| `set.demand` | `Qd` | `any` | `volumeFlowRate` (default `m3/h`) | Operator demand setpoint dispatched to the child machines. |
|
||||||
|
|
||||||
<!-- END AUTOGEN: topic-contract -->
|
<!-- END AUTOGEN: topic-contract -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user