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