mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-27 07:21:08 +01:00
more linting
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports = function(RED) {
|
||||
"use strict";
|
||||
var blinkstick = require("blinkstick");
|
||||
|
||||
var availableModes = ["normal", "inverted", "neopixel"];
|
||||
//var availableModes = ["normal", "inverted", "neopixel"];
|
||||
var availableTasks = ["set_color", "blink", "pulse", "morph"];
|
||||
|
||||
Object.size = function(obj) {
|
||||
|
||||
Reference in New Issue
Block a user