mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-27 07:21:08 +01:00
some good old linting
This commit is contained in:
@@ -8,7 +8,9 @@ module.exports = function(RED) {
|
||||
if (this.pin == 0) {
|
||||
this.user1_green = new m.Led(0); /*user-led1-green*/
|
||||
this.user1_red = new m.Led(1); /*user-led1-red*/
|
||||
} if(this.pin == 1) {
|
||||
}
|
||||
|
||||
if (this.pin == 1) {
|
||||
this.user2_green = new m.Led(2); /*user-led2-green*/
|
||||
this.user2_red = new m.Led(3); /*user-led2-red*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user