* upd

* upd

* typo

* update ieff

* typo

* ..

* try

* ..

* rm enum

* .

* .

* split initialeff

* upd schema

* ..

* upd

* .

* .

* .

* update

* update
This commit is contained in:
brindosch
2017-01-04 10:55:10 +01:00
committed by redPanther
parent 2906ec041a
commit c433504b81
37 changed files with 884 additions and 257 deletions

View File

@@ -15,17 +15,28 @@
"brightness": {
"type": "number",
"title":"edt_eff_brightness_title",
"default": 1.0,
"minimum" : 0.1,
"maximum" : 1.0,
"step" : 0.1,
"default": 100,
"minimum" : 1,
"maximum" : 100,
"step" : 10,
"append" : "edt_append_percent",
"propertyOrder" : 2
},
"saturation": {
"type": "number",
"title":"edt_eff_saturation_title",
"default": 100,
"minimum" : 1,
"maximum" : 100,
"step" : 10,
"append" : "edt_append_percent",
"propertyOrder" : 3
},
"reverse": {
"type": "boolean",
"title":"edt_eff_reversedirection_title",
"default": false,
"propertyOrder" : 3
"propertyOrder" : 4
}
},
"additionalProperties": false