mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
33 lines
596 B
JSON
33 lines
596 B
JSON
|
{
|
||
|
"type":"object",
|
||
|
"script" : "running_dots.py",
|
||
|
"title":"Running dots",
|
||
|
"required":true,
|
||
|
"properties":{
|
||
|
"speed": {
|
||
|
"type": "number",
|
||
|
"title":"Runner speed",
|
||
|
"default": 1.5,
|
||
|
"minimum" : 0.1,
|
||
|
"propertyOrder" : 1
|
||
|
},
|
||
|
"colorLevel": {
|
||
|
"type": "integer",
|
||
|
"title":"Color",
|
||
|
"default": 220,
|
||
|
"minimium" : 0,
|
||
|
"maximum" : 255,
|
||
|
"propertyOrder" : 2
|
||
|
},
|
||
|
"whiteLevel": {
|
||
|
"type": "integer",
|
||
|
"title":"White",
|
||
|
"default": 0,
|
||
|
"minimium" : 0,
|
||
|
"maximum" : 254,
|
||
|
"propertyOrder" : 3
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|