From 59cf826533df4950c4ab09b7154a326f37c744f0 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Mon, 3 Oct 2022 05:25:56 +0000 Subject: [PATCH 1/3] Set-HueLight: Fixing -Brightness/SaturationIncrement (Fixes #29) --- docs/Set-HueLight.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Set-HueLight.md b/docs/Set-HueLight.md index 6f567aa..47023c2 100644 --- a/docs/Set-HueLight.md +++ b/docs/Set-HueLight.md @@ -333,7 +333,7 @@ The color, in XY coordinates. --- #### **SaturationIncrement** -The increment in saturation. This will adjust the intensity of the color +The increment in saturation. This will adjust the intensity of the color. @@ -350,7 +350,7 @@ The increment in saturation. This will adjust the intensity of the color --- #### **BrightnessIncrement** -An increment in luminance. This will adjust the brightness of the light +An increment in luminance. This will adjust the brightness of the light. From a5aac3b58b84bb9b0172898f3ec5eeb41007cf25 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Mon, 3 Oct 2022 05:25:57 +0000 Subject: [PATCH 2/3] Set-HueLight: Fixing -Brightness/SaturationIncrement (Fixes #29) --- docs/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index a59c242..0327b14 100644 --- a/docs/README.md +++ b/docs/README.md @@ -297,4 +297,3 @@ Set-KeyLight -ColorTemperature 270 -Brightness 0.25 Set-KeyLight -On -Brightness 0.25 ~~~ - From 9c80249e31fb89afbffecdd5b1158275735ebc0e Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Mon, 3 Oct 2022 05:25:57 +0000 Subject: [PATCH 3/3] Set-HueLight: Fixing -Brightness/SaturationIncrement (Fixes #29) --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 0327b14..a59c242 100644 --- a/docs/README.md +++ b/docs/README.md @@ -297,3 +297,4 @@ Set-KeyLight -ColorTemperature 270 -Brightness 0.25 Set-KeyLight -On -Brightness 0.25 ~~~ +