Compare commits
1 Commits
15b7414d41
...
125f964d31
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
125f964d31 |
12
wiki/Home.md
12
wiki/Home.md
@@ -94,12 +94,12 @@ flowchart LR
|
|||||||
|
|
||||||
<!-- BEGIN AUTOGEN: topic-contract -->
|
<!-- BEGIN AUTOGEN: topic-contract -->
|
||||||
|
|
||||||
| Canonical topic | Aliases | Payload | Effect |
|
| Canonical topic | Aliases | Payload | Unit | Effect |
|
||||||
|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| `set.simulator` | `simulator` | `any` | Replaces the named state value with the supplied payload. |
|
| `set.simulator` | `simulator` | `any` | — | Toggle the built-in simulator on / off. |
|
||||||
| `set.outlier-detection` | `outlierDetection` | `any` | Replaces the named state value with the supplied payload. |
|
| `set.outlier-detection` | `outlierDetection` | `any` | — | Toggle / configure outlier detection on the measurement pipeline. |
|
||||||
| `cmd.calibrate` | `calibrate` | `any` | Triggers an action / sequence — not idempotent. |
|
| `cmd.calibrate` | `calibrate` | `any` | — | Trigger a one-shot calibration of the measurement. |
|
||||||
| `data.measurement` | `measurement` | `any` | Pushes a value into the node's measurement stream. |
|
| `data.measurement` | `measurement` | `any` | — | Push a raw measurement (analog: number; digital: per-channel object). |
|
||||||
|
|
||||||
<!-- END AUTOGEN: topic-contract -->
|
<!-- END AUTOGEN: topic-contract -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user