Add flowNumber configuration to define effluent flow handling

This commit is contained in:
2025-10-31 14:03:54 +01:00
parent 17662ef7cb
commit d5d078413c

View File

@@ -412,6 +412,14 @@
],
"description": "The frequency at which calculations are performed."
}
},
"flowNumber": {
"default": 1,
"rules": {
"type": "number",
"nullable": false,
"description": "Defines which effluent flow of the parent node to handle."
}
}
}