From a9665d0291038064c23e843544a35beaa8475ecd Mon Sep 17 00:00:00 2001 From: chromoxdor <33860956+chromoxdor@users.noreply.github.com> Date: Sun, 22 Dec 2024 13:51:03 +0100 Subject: [PATCH] [P038] Fix HSV values in documentation --- docs/source/Plugin/P038.rst | 3 +++ docs/source/Plugin/P038_commands.repl | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/source/Plugin/P038.rst b/docs/source/Plugin/P038.rst index 99388c782a..e4cf8e4588 100644 --- a/docs/source/Plugin/P038.rst +++ b/docs/source/Plugin/P038.rst @@ -83,6 +83,9 @@ Change log .. versionchanged:: 2.0 ... + |improved| + 2024-12-22: Fix HSV values for ``NeoPixelHSV*`` commands. + |improved| 2022-01: Make plugin multi-instance compatible, improve/fix pin selection, allow RGBW color selection for ``NeoPixelLine*`` commands. diff --git a/docs/source/Plugin/P038_commands.repl b/docs/source/Plugin/P038_commands.repl index bcc6e196ff..7bd34a3e25 100644 --- a/docs/source/Plugin/P038_commands.repl +++ b/docs/source/Plugin/P038_commands.repl @@ -30,9 +30,9 @@ | Set the LED to the provided H/S/V color value. | led nr: 1.. - | hue: 0..255 - | saturation: 0..255 - | value: 0..255 + | hue: 0..360 + | saturation: 0..100 + | value: 0..100 " " | ``NeoPixelAllHSV,,,``