Update generalFunctions dependency and enhance reactor child registration logic

This commit is contained in:
2025-09-05 15:26:00 +02:00
parent 0b49642668
commit c2cd29db56
3 changed files with 42 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ class nodeClass {
this.source.setDispersion = msg;
break;
case 'registerChild':
// Register this node as a child of the parent node
// Register this node as a parent of the child node
const childId = msg.payload;
const childObj = this.RED.nodes.getNode(childId);
this.source.childRegistrationUtils.registerChild(childObj.source, msg.positionVsParent);