mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
8a794039cf
* update
* update
* update
* .
* .
* .
* update
* .
* .
* .
* .
* update
* .
* update
* .
* update
* update
* update
* update
* update
* update
* .
* update
* update
* update
* .
* .
* .
* Revert "."
This reverts commit 4dd6404b32
.
* update
* .
* .
* .
* .
* .
* .
* .
* .
* .
* .
* .
* ...
* .
* .
* .
* .
* .
* .
* .
* .
* .
* update
* update
* update
* remove svg and pic
* colorpicker imgs to base64 to prevent delayed load if not cached
* fix json2python func
* update swirl with rgba
* add double swirl, tune default val in schema, update explanation
* adjust swirl.py
* FileObserver for config checks with timer as fallback (#4)
83 lines
2.1 KiB
JSON
83 lines
2.1 KiB
JSON
{
|
|
"type":"object",
|
|
"script" : "fade.py",
|
|
"title":"edt_eff_fade_header",
|
|
"required":true,
|
|
"properties":{
|
|
"color-start": {
|
|
"type": "array",
|
|
"title":"edt_eff_colorstart",
|
|
"format":"colorpicker",
|
|
"default": [255,174,11],
|
|
"items" : {
|
|
"type": "integer",
|
|
"minimum": 0,
|
|
"maximum": 255
|
|
|
|
},
|
|
"minItems": 3,
|
|
"maxItems": 3,
|
|
"propertyOrder" : 1
|
|
},
|
|
"color-start-time": {
|
|
"type": "integer",
|
|
"title":"edt_eff_colorstarttime",
|
|
"default": 1000,
|
|
"minimum" : 0,
|
|
"append" : "edt_append_ms",
|
|
"propertyOrder" : 2
|
|
},
|
|
"fade-in-time": {
|
|
"type": "integer",
|
|
"title":"edt_eff_fadeintime",
|
|
"default": 2000,
|
|
"minimum" : 0,
|
|
"append" : "edt_append_ms",
|
|
"propertyOrder" : 3
|
|
},
|
|
"color-end": {
|
|
"type": "array",
|
|
"title":"edt_eff_colorend",
|
|
"format":"colorpicker",
|
|
"default": [100,100,100],
|
|
"items" : {
|
|
"type": "integer",
|
|
"minimum": 0,
|
|
"maximum": 255
|
|
},
|
|
"minItems": 3,
|
|
"maxItems": 3,
|
|
"propertyOrder" : 4
|
|
},
|
|
"color-end-time": {
|
|
"type": "integer",
|
|
"title":"edt_eff_colorendtime",
|
|
"default": 1000,
|
|
"minimum" : 0,
|
|
"append" : "edt_append_ms",
|
|
"propertyOrder" : 5
|
|
},
|
|
"fade-out-time": {
|
|
"type": "integer",
|
|
"title":"edt_eff_fadeouttime",
|
|
"default": 2000,
|
|
"minimum" : 0,
|
|
"append" : "edt_append_ms",
|
|
"propertyOrder" : 6
|
|
},
|
|
"repeat-count": {
|
|
"type": "integer",
|
|
"title":"edt_eff_repeatcount",
|
|
"default": 0,
|
|
"propertyOrder" : 7
|
|
},
|
|
"maintain-end-color": {
|
|
"type": "boolean",
|
|
"title":"edt_eff_maintain_end_color",
|
|
"default": true,
|
|
"propertyOrder" : 8
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|