updated pumping station to match stack

This commit is contained in:
znetsixe
2025-10-14 13:51:32 +02:00
parent fa30be5e2d
commit d94d5874bc
4 changed files with 29 additions and 39 deletions

View File

@@ -1,9 +1,4 @@
/**
* basin.class.js
*
* Encapsulates all node logic in a reusable class. In future updates we can split this into multiple generic classes and use the config to specifiy which ones to use.
* This allows us to keep the Node-RED node clean and focused on wiring up the UI and event handlers.
*/
const { outputUtils, configManager } = require('generalFunctions');
const Specific = require("./specificClass");