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 one",
"default": "255,0,0",
"default": [255,0,0],
"items" : {
"type": "integer",
"minimum": 0,
@@ -20,7 +20,7 @@
"color_two": {
"type": "array",
"title":"Color two",
"default": "0,0,255",
"default": [0,0,255],
"items" : {
"type": "integer",
"minimum": 0,