more linting

This commit is contained in:
Dave Conway-Jones
2025-08-26 17:58:21 +01:00
parent dded26cd88
commit e3020985b7
7 changed files with 16 additions and 17 deletions

View File

@@ -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) {