Effects Configurator (#281)

* update translation

* add css

* Update JsonClientConnection.cpp

* add effectscreator

* remove udp

* fix title c/p issue for sparks

[skip ci]

* update schemas

[skip ci]

* typo

[skpi ci]
This commit is contained in:
brindosch
2016-10-30 17:54:38 +01:00
committed by GitHub
parent 33c91f73e3
commit 864538f188
20 changed files with 135 additions and 133 deletions

View File

@@ -7,7 +7,7 @@
"color_one": {
"type": "array",
"title":"Color",
"default": "255,0,0",
"default": [255,0,0],
"items" : {
"type": "integer",
"minimum": 0,
@@ -26,21 +26,21 @@
},
"sleep-time": {
"type": "number",
"title":"Rotation time",
"title":"Sleep time",
"default": 0.05,
"minimum" : 0.01,
"propertyOrder" : 3
},
"brightness": {
"type": "number",
"title":"Rotation time",
"title":"Brightness",
"default": 1.0,
"minimum" : 0.01,
"propertyOrder" : 4
},
"saturation": {
"type": "number",
"title":"Rotation time",
"title":"Saturation",
"default": 1.0,
"minimum" : 0.01,
"propertyOrder" : 5