mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
pigpiod html lint ===
This commit is contained in:
@@ -458,7 +458,7 @@
|
||||
else if (this.out === "ser") { return this.name || "Servo: "+bcm2pin[this.pin]; }
|
||||
else {
|
||||
var suf = "";
|
||||
if (this.set == true) { suf = (this.level === "1") ? "¹ " : "₀ "; }
|
||||
if (this.set === true) { suf = (this.level === "1") ? "¹ " : "₀ "; }
|
||||
return this.name || "PIN: " + bcm2pin[this.pin] + suf ;
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user