small changes
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user