fetchIP
E. Almqvist 4 years ago committed by GitHub
parent 52567674a7
commit 086e42a0bf
  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