mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
30 lines
523 B
JSON
30 lines
523 B
JSON
|
{
|
||
|
"type":"object",
|
||
|
"script" : "rainbow-mood.py",
|
||
|
"title":"Rainbow mood",
|
||
|
"required":true,
|
||
|
"properties":{
|
||
|
"rotation-time": {
|
||
|
"type": "number",
|
||
|
"title":"Rotation time",
|
||
|
"default": 60.0,
|
||
|
"minimum" : 0.1,
|
||
|
"propertyOrder" : 1
|
||
|
},
|
||
|
"brightness": {
|
||
|
"type": "number",
|
||
|
"title":"Brightness",
|
||
|
"default": 1.0,
|
||
|
"minimum" : 0.0,
|
||
|
"propertyOrder" : 2
|
||
|
},
|
||
|
"reverse": {
|
||
|
"type": "boolean",
|
||
|
"title":"Reverse",
|
||
|
"default": false,
|
||
|
"propertyOrder" : 3
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|