Compare commits
1 Commits
2af30c0bd8
...
43a5bf5468
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43a5bf5468 |
@@ -12,12 +12,16 @@ module.exports = [
|
|||||||
topic: 'data.influent',
|
topic: 'data.influent',
|
||||||
aliases: ['influent', 'setInfluent'],
|
aliases: ['influent', 'setInfluent'],
|
||||||
payloadSchema: { type: 'any' },
|
payloadSchema: { type: 'any' },
|
||||||
|
// Compound payload `{F, C: [...]}` — registry-level units normalisation is
|
||||||
|
// skipped (the handler converts per-field internally; flow=m3/h, conc=mg/L).
|
||||||
|
description: 'Push the influent stream (payload: {F: flow m3/h, C: [concentrations mg/L]}).',
|
||||||
handler: handlers.dataInfluent,
|
handler: handlers.dataInfluent,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
topic: 'child.register',
|
topic: 'child.register',
|
||||||
aliases: ['registerChild'],
|
aliases: ['registerChild'],
|
||||||
payloadSchema: { type: 'string' },
|
payloadSchema: { type: 'string' },
|
||||||
|
description: 'Register a child node (typically a measurement) with this settler.',
|
||||||
handler: handlers.childRegister,
|
handler: handlers.childRegister,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user