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

@@ -14,7 +14,7 @@
"color-start": {
"type": "array",
"title":"Color Start",
"default": "255,174,11",
"default": [255,174,11],
"items" : {
"type": "integer",
"minimum": 0,
@@ -27,7 +27,7 @@
"color-end": {
"type": "array",
"title":"Color End",
"default": "100,100,100",
"default": [100,100,100],
"items" : {
"type": "integer",
"minimum": 0,