Migrate to new Gitea instance (gitea.wbd-rd.nl)
- Update all submodule URLs from gitea.centraal.wbd-rd.nl to gitea.wbd-rd.nl - Add settler as proper submodule in .gitmodules - Add agent skills, function anchors, decisions, and improvements - Add Docker configuration and scripts - Add manuals and third_party docs - Update .gitignore with secrets and build artifacts - Remove stale .tgz build artifact Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
45
.agents/function-anchors/measurement/ANCHOR-measurement.html
Normal file
45
.agents/function-anchors/measurement/ANCHOR-measurement.html
Normal file
@@ -0,0 +1,45 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Measurement Anchor Topology</title>
|
||||
<style>
|
||||
body { font-family: Arial, sans-serif; margin: 24px; color: #1f2937; background: #f7f8fa; }
|
||||
.card { background: #fff; border: 1px solid #d1d5db; border-radius: 8px; padding: 14px; margin-bottom: 12px; }
|
||||
.topic { font-family: monospace; color: #0f52a5; }
|
||||
ul { margin: 8px 0 0 20px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Measurement Function Anchor</h1>
|
||||
<div class="card">
|
||||
<h2>Topology</h2>
|
||||
<ul>
|
||||
<li><strong>Node:</strong> <code>measurement</code></li>
|
||||
<li><strong>Runtime:</strong> <code>nodes/measurement/src/nodeClass.js</code></li>
|
||||
<li><strong>Domain:</strong> <code>nodes/measurement/src/specificClass.js</code></li>
|
||||
<li><strong>Admin endpoints:</strong> <code>/measurement/menu.js</code>, <code>/measurement/configData.js</code>, <code>/measurement/asset-reg</code></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h2>Input Topics</h2>
|
||||
<ul>
|
||||
<li><span class="topic">measurement</span> -> set input value when payload is numeric</li>
|
||||
<li><span class="topic">simulator</span> -> toggle simulation mode</li>
|
||||
<li><span class="topic">outlierDetection</span> -> toggle outlier mode flag</li>
|
||||
<li><span class="topic">calibrate</span> -> run calibration logic</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h2>Output Ports</h2>
|
||||
<ul>
|
||||
<li>Port 0: process message</li>
|
||||
<li>Port 1: influx message</li>
|
||||
<li>Port 2: parent registration (<code>registerChild</code>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user