Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegenthaler committed Nov 26, 2023
1 parent 4461742 commit 78fa44c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 78fa44c

Please sign in to comment.