Add recirculation pump node with input handling and flow management

This commit is contained in:
2025-06-16 16:53:07 +02:00
parent d0f8ada144
commit 5281696a21
6 changed files with 105 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<script type="text/javascript">
RED.nodes.registerType("advanced-reactor", {
category: 'WWTP',
color: '#c4cce0',
category: "WWTP",
color: "#c4cce0",
defaults: {
name: { value: "" },
volume: { value: 0., required: true},