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
33 lines
660 B
JSON
33 lines
660 B
JSON
{
|
|
"type":"object",
|
|
"script" : "running_dots.py",
|
|
"title":"edt_eff_runningdots_header_title",
|
|
"required":true,
|
|
"properties":{
|
|
"speed": {
|
|
"type": "number",
|
|
"title":"edt_eff_speed_title",
|
|
"default": 1.5,
|
|
"minimum" : 0.1,
|
|
"propertyOrder" : 1
|
|
},
|
|
"colorLevel": {
|
|
"type": "integer",
|
|
"title":"edt_eff_colorevel_title",
|
|
"default": 220,
|
|
"minimium" : 0,
|
|
"maximum" : 255,
|
|
"propertyOrder" : 2
|
|
},
|
|
"whiteLevel": {
|
|
"type": "integer",
|
|
"title":"edt_eff_whitelevel_title",
|
|
"default": 0,
|
|
"minimium" : 0,
|
|
"maximum" : 254,
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|