small changes

This commit is contained in:
znetsixe
2025-07-01 17:02:17 +02:00
parent edf9b09af1
commit 625e0dd7e8
2 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ class nodeClass {
}
/**
* Instantiate the core Measurement logic and store as source.
* Instantiate the core logic and store as source.
*/
_setupSpecificClass() {
this.source = new Specific(this.config);
@@ -144,7 +144,7 @@ class nodeClass {
}
/**
* Attach the node's input handler, routing control messages to the Measurement class.
* Attach the node's input handler, routing control messages to the class.
*/
_attachInputHandler() {
this.node.on('input', (msg, send, done) => {