mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
8d55154164
* update schemas * update schemas * update schemas * schema update * update translation * upd
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"type":"object",
|
|
"script" : "fade.py",
|
|
"title":"edt_eff_fade_header_title",
|
|
"required":true,
|
|
"properties":{
|
|
"fade-time": {
|
|
"type": "number",
|
|
"title":"edt_eff_fadetime_title",
|
|
"default": 5.0,
|
|
"minimum" : 0.1,
|
|
"append" : "edt_append_s",
|
|
"propertyOrder" : 1
|
|
},
|
|
"color-start": {
|
|
"type": "array",
|
|
"title":"edt_eff_colorstart_title",
|
|
"format":"colorpicker",
|
|
"default": [255,174,11],
|
|
"items" : {
|
|
"type": "integer",
|
|
"minimum": 0,
|
|
"maximum": 255
|
|
|
|
},
|
|
"minItems": 3,
|
|
"maxItems": 3,
|
|
"propertyOrder" : 2
|
|
},
|
|
"color-end": {
|
|
"type": "array",
|
|
"title":"edt_eff_colorend_title",
|
|
"format":"colorpicker",
|
|
"default": [100,100,100],
|
|
"items" : {
|
|
"type": "integer",
|
|
"minimum": 0,
|
|
"maximum": 255
|
|
},
|
|
"minItems": 3,
|
|
"maxItems": 3,
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|