From a2fc7cbcfed396b8850e5260cd3860431cc18302 Mon Sep 17 00:00:00 2001 From: velvettear Date: Fri, 4 Mar 2022 00:41:10 +0100 Subject: [PATCH] added description for new post argument 'blinkstick' --- config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.json b/config.json index e551f84..f6e4b89 100644 --- a/config.json +++ b/config.json @@ -35,6 +35,11 @@ "/pulse", "/poweroff" ], + "blinkstick": { + "available": "string values", + "default": "undefined", + "description": "specifies the blinkstick by the id given in the config.json file or by serial" + }, "color": { "available": "random, hex color codes (#ffffff), rgb color codes (255, 255, 255)", "default": "random",