.. csv-table:: :header: "Command Syntax", "Extra information" :widths: 20, 30 " | ``NeoPixel,,,,[,]`` "," | Set the LED to the provided R/G/B[/W] color value. | led nr: 1.. | red: 0..255 | green: 0..255 | blue: 0..255 | brightness: 0..255 (only applicable when using GRBW LEDs) " " | ``NeoPixelAll,,,[,]`` "," | Set all LEDs to the provided R/G/B[/W] color value. " " | ``NeoPixelLine,,,,,[,]`` "," | Set a group of LEDs to the provided R/G/B[/W] color value. | Start LED nr and Stop LED nr should be within range 1... " " | ``NeoPixelHSV,,,,`` "," | Set the LED to the provided H/S/V color value. | led nr: 1.. | hue: 0..360 | saturation: 0..100 | value: 0..100 " " | ``NeoPixelAllHSV,,,`` "," | Set all LEDs to the provided H/S/V color value. " " | ``NeoPixelLineHSV,,,,,`` "," | Set a group of LEDs to the provided H/S/V color value. | Start LED nr and Stop LED nr should be within range 1... " " | ``NeoPixelBright[,]`` "," | Set the level of display brightness, range: 0..255. If no brightness or 0 is provided, the Initial brightness setting is used. | The maximum brightness allowed is determined by the Maximum allowed brightness setting. " " | ``NeoPixelFor,,,,,,[,][,]`` "," | Set a pattern of LEDs to the provided R/G/B[/W] color value. | Start LED nr and Stop LED nr should be within range 1... | Increment must be <> 0, and can be negative if ```` > ````. | The argument, when provided with value 1, will clear the pixels that are not set to the requested color. " " | ``NeoPixelForHSV,,,,,,[,]`` "," | Set a pattern of LEDs to the provided H/S/V color value. | Start LED nr and Stop LED nr should be within range 1... | Increment must be <> 0, and can be negative if ```` > ````. | The argument, when provided with value 1, will clear the pixels that are not set to the requested color. "