Some checks failed
CI / lint-and-test (push) Has been cancelled
Bumps: - nodes/generalFunctions 75d16c6 -> e50be2e (permissive unit check + measurement schema additions) - nodes/measurement f7c3dc2 -> 495b4cf (digital mode + dispatcher fix + 59 new tests + rewritten README + UI) Wiki: - wiki/manuals/nodes/measurement.md — new user manual covering analog and digital modes, topic reference, smoothing/outlier methods, unit policy, and the pre-fix dispatcher bug advisory. - wiki/sessions/2026-04-13-measurement-digital-mode.md — session note with findings, fix scope, test additions, and dual-mode E2E results. - wiki/index.md — links both pages and adds the missing 2026-04-13 rotatingMachine session entry that was omitted from the earlier commit. Status: measurement is now trial-ready in both analog and digital modes. 71/71 unit tests green (was 12), dual-mode E2E on live Dockerized Node-RED verifies analog regression and a three-channel MQTT-style payload (temperature/humidity/pressure) dispatching independently with per-channel smoothing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Manuals
Local reference manuals used by EVOLV agents while implementing and reviewing Node-RED behavior.
manuals/node-red/INDEX.md: Node-RED manual index and quick usage map.manuals/node-red/runtime-node-js.md: Runtime custom node message handling (send,done, multi-output arrays).manuals/node-red/function-node-patterns.md: Function-node return/send patterns for output routing.manuals/node-red/messages-and-editor-structure.md: Message shape and HTML/editor/runtime contracts.manuals/node-red/flowfuse-ui-chart-manual.md: FlowFuseui-chartdata contract and runtime controls.manuals/node-red/flowfuse-dashboard-layout-manual.md: Compact FlowFuse dashboard layout guidance.