From 78fa44caa54f8b2279a1a5de0024f2d6a6a7bc7d Mon Sep 17 00:00:00 2001 From: jsiegenthaler Date: Sun, 26 Nov 2023 10:39:21 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec6e1de..04e4ecb 100644 --- a/README.md +++ b/README.md @@ -146,9 +146,9 @@ Examples: * Identify light 31 with 15 seconds of blinking: http://192.168.0.101:3000/api/yourPhilipsHueBridgeUsername/lights/31/state?alert=lselect ## Groups -### Group 0 (all lights) -* Turn group 0 on (a special group for all lights in your home): http://192.168.0.101:3000/api/yourPhilipsHueBridgeUsername/groups/0/action?on=true -* Turn group 0 off (a special group for all lights in your home): http://192.168.0.101:3000/api/yourPhilipsHueBridgeUsername/groups/0/action?on=false +### Group 0 (a special group for all lights in your home) +* Turn group 0 on: http://192.168.0.101:3000/api/yourPhilipsHueBridgeUsername/groups/0/action?on=true +* Turn group 0 off: http://192.168.0.101:3000/api/yourPhilipsHueBridgeUsername/groups/0/action?on=false * Identify group 0 with 15 seconds of blinking: http://192.168.0.101:3000/api/yourPhilipsHueBridgeUsername/groups/0/action?alert=lselect