Done a heap
This commit is contained in:
26
settings.json
Normal file
26
settings.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"lights": {
|
||||
"light1": {
|
||||
"names": [
|
||||
"test"
|
||||
],
|
||||
"settings": {
|
||||
"colors": [
|
||||
"#ff0000",
|
||||
"#0000ff",
|
||||
"#00ff00"
|
||||
],
|
||||
"brightness": 255,
|
||||
"pattern": "blink",
|
||||
"delay": 40
|
||||
}
|
||||
}
|
||||
},
|
||||
"patterns": [
|
||||
"on",
|
||||
"off",
|
||||
"blink",
|
||||
"rainbow_cycle",
|
||||
"color_transition"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user