-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
35 lines (33 loc) · 867 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Configuration (Required)
lifx-cli-path: ~/lifx-cli/lifx # Path to lifx-cli's lifx file
personal-access-token: 0000000000000000000000000000000000000000000000000000000000000000 # Personal access token from https://cloud.lifx.com/settings
# Optional
force-cloud: false # Use 'true' to force use of LIFX Cloud API via lifx-cli and disable LAN-based discovery
cloud-fallback: true # Fall back to cloud if LAN-based discovery does not discover any lights
# Presets
presets:
alpha:
hue: 360
saturation: 1.0
brightness: 1.0
kelvin: 9000
bravo:
hue: 360
saturation: 1.0
brightness: 1.0
kelvin: 9000
charlie:
hue: 360
saturation: 1.0
brightness: 1.0
kelvin: 9000
delta:
hue: 360
saturation: 1.0
brightness: 1.0
kelvin: 9000
echo:
hue: 360
saturation: 1.0
brightness: 1.0
kelvin: 9000