From df984706597ca7a6eb727d08dce95606569109af Mon Sep 17 00:00:00 2001 From: Matt Heath Date: Fri, 6 Aug 2021 22:39:20 +0100 Subject: [PATCH] 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 --- docs/Status_Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "].colordata[1].B`. + at `printer["neopixel "].color_data[1].B`.