From 41ae7f8fb0457bc357e9a8a9480b834259a7630b Mon Sep 17 00:00:00 2001 From: sife14 <62218266+sife14@users.noreply.github.com> Date: Wed, 23 Sep 2020 16:53:30 +0200 Subject: [PATCH] Added paragraph explaining the use of hex values --- HTTP-request-API.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HTTP-request-API.md b/HTTP-request-API.md index 32a2de5..a5795e4 100644 --- a/HTTP-request-API.md +++ b/HTTP-request-API.md @@ -47,7 +47,9 @@ Parameter | Value Range | Description | Since Version &SR= | 0 or 1 | Set Primary/Secondary color to random hue | 0.4 &SC | none | Swap primary and secondary color | 0.4 -Note hex values need to be prefaced with #, h, or H. +### Use of hex values + +Hex values need to be prefaced with #, h, or H. The normal format is `RRGGBB`. If the led strip is RGBW, the hex format is `WWRRGGBB`. Note: In the UI the format is `RRGGBBWW`, so the values cannot be copied without a transformation. ## Notifications