Compare commits
1 Commits
778b2e0c79
...
ef34c82f13
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef34c82f13 |
18
wiki/Home.md
18
wiki/Home.md
@@ -72,15 +72,15 @@ 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 valve group between auto / manual control modes. |
|
||||||
| `set.position` | `setpoint` | `any` | Replaces the named state value with the supplied payload. |
|
| `set.position` | `setpoint` | `any` | — | Set the group-level valve position (currently a no-op pending Phase 7). |
|
||||||
| `child.register` | `registerChild` | `string` | Parent/child plumbing — registers or unregisters a child node. |
|
| `child.register` | `registerChild` | `string` | — | Register a child valve with this group. |
|
||||||
| `cmd.execSequence` | `execSequence` | `object` | Triggers an action / sequence — not idempotent. |
|
| `cmd.execSequence` | `execSequence` | `object` | — | Run a group-wide sequence (startup / shutdown / emergencystop). |
|
||||||
| `data.totalFlow` | `totalFlowChange` | `any` | Pushes a value into the node's measurement stream. |
|
| `data.totalFlow` | `totalFlowChange` | `any` | — | Notify the group that the total flow setpoint has changed. |
|
||||||
| `cmd.emergencyStop` | `emergencyStop`, `emergencystop` | `any` | Triggers an action / sequence — not idempotent. |
|
| `cmd.emergencyStop` | `emergencyStop`, `emergencystop` | `any` | — | Trigger an emergency stop across all valves in the group. |
|
||||||
| `set.reconcileInterval` | `setReconcileInterval` | `any` | Replaces the named state value with the supplied payload. |
|
| `set.reconcileInterval` | `setReconcileInterval` | `any` | — | Update the reconciliation interval (seconds). |
|
||||||
|
|
||||||
<!-- END AUTOGEN: topic-contract -->
|
<!-- END AUTOGEN: topic-contract -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user