aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Status_Reference.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r--docs/Status_Reference.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md
index 81449a6a..7442c170 100644
--- a/docs/Status_Reference.md
+++ b/docs/Status_Reference.md
@@ -346,3 +346,12 @@ The following information is available in the `z_tilt` object (this
object is available if z_tilt is defined):
- `applied`: True if the z-tilt leveling process has been run and completed
successfully.
+
+# neopixel / dotstar
+The following information is available for each `[neopixel led_name]` and
+`[dotstar led_name]` defined in printer.cfg:
+- `color_data`: An array of objects, with each object containing the RGBW
+ values for a led in the chain. Note that not all configurations will contain
+ a white value. Each value is represented as a float from 0 to 1. For
+ example, the blue value of the second neopixel in a chain could be accessed
+ at `printer["neopixel <config_name>"].colordata[1].B`.