diff options
author | Matt Heath <matt@mattheath.com> | 2021-08-06 22:39:20 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-08-17 14:43:51 -0400 |
commit | df984706597ca7a6eb727d08dce95606569109af (patch) | |
tree | b4725e85c38eeedc0e13929d829534148026804b /docs | |
parent | 4edab5b3dad6d1cbfe1a7ba4c065e20bd6658255 (diff) | |
download | kutter-df984706597ca7a6eb727d08dce95606569109af.tar.gz kutter-df984706597ca7a6eb727d08dce95606569109af.tar.xz kutter-df984706597ca7a6eb727d08dce95606569109af.zip |
docs: Fix reference to neopixel color_data
Fix reference to neopixel color_data in status reference documentation
so the given example works as expected.
Signed-off-by: Matt Heath <hello@mattheath.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Status_Reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index b9011428..969f8704 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -379,4 +379,4 @@ The following information is available for each `[neopixel led_name]` and 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`. + at `printer["neopixel <config_name>"].color_data[1].B`. |