forked from RnD/pumpingStation
updated pumping station to match stack
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ class pumpingStation {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Basin;
|
||||
module.exports = pumpingStation;
|
||||
|
||||
/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user