mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
@@ -58,6 +58,7 @@ module.exports = function (RED) {
|
||||
function AnalogueInputNode(n) {
|
||||
RED.nodes.createNode(this, n);
|
||||
var node = this;
|
||||
this._pin = adjustName(this.pin); // Adjusted for Octal if necessary
|
||||
|
||||
// Store local copies of the node configuration (as defined in the .html)
|
||||
this.topic = n.topic;
|
||||
|
Reference in New Issue
Block a user