Refactor documentation in nodeClass and reactor_class for clarity and consistency

This commit is contained in:
2025-07-04 13:52:28 +02:00
parent c239b71ad8
commit 09e7072d16
2 changed files with 90 additions and 47 deletions

View File

@@ -3,9 +3,9 @@ const { Reactor_CSTR, Reactor_PFR } = require('./reactor_class.js');
class nodeClass {
/**
* Construct ReactorNode.
* Node-RED node class for advanced-reactor.
* @param {object} uiConfig - Node-RED node configuration
* @param {object} RED - Node-RED runtime API
* @param {object} RED - Node-RED runtime API
* @param {object} nodeInstance - Node-RED node instance
* @param {string} nameOfNode - Name of the node
*/