Compare commits
1 Commits
133d442b76
...
8540328bf5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8540328bf5 |
21
wiki/Home.md
21
wiki/Home.md
@@ -90,14 +90,15 @@ flowchart TB
|
||||
|
||||
<!-- BEGIN AUTOGEN: topic-contract -->
|
||||
|
||||
| Canonical topic | Aliases | Payload | Effect |
|
||||
|---|---|---|---|
|
||||
| `cmd.start` | `i_start` | `any` | Triggers an action / sequence — not idempotent. |
|
||||
| `set.schedule` | `monsternametijden` | `any` | Replaces the named state value with the supplied payload. |
|
||||
| `set.rain` | `rain_data` | `any` | Replaces the named state value with the supplied payload. |
|
||||
| `data.flow` | `input_q` | `object` | Pushes a value into the node's measurement stream. |
|
||||
| `set.mode` | `setMode` | `any` | Replaces the named state value with the supplied payload. |
|
||||
| `set.model-prediction` | `model_prediction` | `any` | Replaces the named state value with the supplied payload. |
|
||||
| Canonical topic | Aliases | Payload | Unit | Effect |
|
||||
|---|---|---|---|---|
|
||||
| `cmd.start` | `i_start` | `any` | — | Trigger / release the sampler start gate. |
|
||||
| `set.schedule` | `monsternametijden` | `any` | — | Replace the sampling-times schedule. |
|
||||
| `set.rain` | `rain_data` | `any` | — | Push current rain-event data into the sampler logic. |
|
||||
| `data.flow` | `input_q` | `object` | — | Push the upstream flow measurement (payload: {value, unit}). |
|
||||
| `set.mode` | `setMode` | `any` | — | Switch the monster between auto / manual modes. |
|
||||
| `set.model-prediction` | `model_prediction` | `any` | — | Push the upstream rain-prediction snapshot used by the sampler. |
|
||||
| `child.register` | `registerChild` | `string` | — | Register a child node (typically a measurement) with this monster. |
|
||||
|
||||
<!-- END AUTOGEN: topic-contract -->
|
||||
|
||||
@@ -167,7 +168,7 @@ What lands on Port 0. Built in `buildOutput()` from `m.measurements.getFlattened
|
||||
| `bucketVol` | number | — | `0` |
|
||||
| `bucketWeight` | number | — | `0` |
|
||||
| `daysPerYear` | number | — | `0` |
|
||||
| `flowMax` | undefined | — | `null` |
|
||||
| `flowMax` | number | — | `0` |
|
||||
| `flowToNextPulseM3` | number | — | `0` |
|
||||
| `invalidFlowBounds` | boolean | — | `false` |
|
||||
| `m3PerPuls` | number | — | `0` |
|
||||
@@ -178,7 +179,7 @@ What lands on Port 0. Built in `buildOutput()` from `m.measurements.getFlattened
|
||||
| `minVolume` | number | — | `5` |
|
||||
| `missedSamples` | number | — | `0` |
|
||||
| `nextDate` | undefined | — | `null` |
|
||||
| `nominalFlowMin` | undefined | — | `null` |
|
||||
| `nominalFlowMin` | number | — | `0` |
|
||||
| `predFlow` | number | — | `0` |
|
||||
| `predM3PerSec` | number | — | `0` |
|
||||
| `predictedRateM3h` | number | — | `0` |
|
||||
|
||||
Reference in New Issue
Block a user