change to new version of code

This commit is contained in:
2025-11-11 13:52:46 +01:00
parent 54e1fd0f43
commit 577c7e3de6
3 changed files with 224 additions and 61 deletions

View File

@@ -1,12 +1,15 @@
<!--
| S88-niveau | Primair (blokkleur) | Tekstkleur |
| ---------------------- | ------------------- | ---------- |
| **Area** | `#0f52a5` | wit |
| **Process Cell** | `#0c99d9` | wit |
| **Unit** | `#50a8d9` | zwart |
| **Equipment (Module)** | `#86bbdd` | zwart |
| **Control Module** | `#a9daee` | zwart |
brabantse delta kleuren:
#eaf4f1
#86bbdd
#bad33b
#0c99d9
#a9daee
#0f52a5
#50a8d9
#cade63
#4f8582
#c4cce0
-->
<script src="/valveGroupControl/menu.js"></script> <!-- Load the menu script for dynamic dropdowns -->
<script src="/valveGroupControl/configData.js"></script> <!-- Load the config script for node information -->
@@ -14,7 +17,7 @@
<script>
RED.nodes.registerType('valveGroupControl',{
category: "EVOLV",
color: "#50a8d9",
color: "#eaf4f1",
defaults: {
// Define default properties
name: { value: "" },
@@ -35,7 +38,7 @@
outputs:3,
inputLabels: ["Input"],
outputLabels: ["process", "dbase", "parent"],
icon: "font-awesome/fa-tasks",
icon: "font-awesome/fa-tachometer",
label: function () {
return this.positionIcon + " " + "valveGroupControl";