Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added an example of how to change colors
  • Loading branch information
Patrik authored Apr 14, 2017
1 parent 618d7fa commit dfd5c33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ print(lights[1].name)
# Example 4: Set the light level of light 2
lights[1].light_control.set_dimmer(20)
# Example 5: Change color of light 2
lights[1].light_control.set_hex_color('f5faf6') # f5faf6 = cold | f1e0b5 = normal | efd275 = warm
```

### Docker
Expand Down

0 comments on commit dfd5c33

Please sign in to comment.