Skip to content

Commit

Permalink
Merge pull request letscontrolit#5187 from chromoxdor/p038-update-doc
Browse files Browse the repository at this point in the history
[P038] Fix HSV values in documentation
  • Loading branch information
TD-er authored Jan 1, 2025
2 parents 9e74f57 + a9665d0 commit ab77ad9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/source/Plugin/P038.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions docs/source/Plugin/P038_commands.repl
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
| Set the LED to the provided H/S/V color value.

| led nr: 1..<Led Count>
| hue: 0..255
| saturation: 0..255
| value: 0..255
| hue: 0..360
| saturation: 0..100
| value: 0..100
"
"
| ``NeoPixelAllHSV,<hue>,<saturation>,<value>``
Expand Down

0 comments on commit ab77ad9

Please sign in to comment.