pull/8/head
E. Almqvist 5 years ago committed by GitHub
parent 8a226946d8
commit d316656112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

@ -10,10 +10,10 @@ Run the `setup.sh` script in order to copy the necessary files to `~/.config/roo
#### HUE Lights presets
You can create presets in the `~/.config/roomcomputer/presets.json` file. Follow this syntax *(and JSON syntax of course)*:
```python
PRESETS = {
```json
{
"mypreset": {
"color": (178, 199, 255), # RGB, from 0-255
"color": [178, 199, 255], # RGB, from 0-255
"brightness": 100 # from 0-255
},
}

Loading…
Cancel
Save