mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
7c336b0511
* update effects * fix * try * . * Update clock.py * Update clock.py * upd * impl ledConfig * upd * fix * update * update js * fix pacman * change order of priorities
27 lines
504 B
JSON
27 lines
504 B
JSON
{
|
|
"type":"object",
|
|
"script" : "pacman.py",
|
|
"title":"edt_eff_pacman_header_title",
|
|
"required":true,
|
|
"properties":{
|
|
"rotationTime": {
|
|
"type": "integer",
|
|
"title":"edt_eff_rotationtime_title",
|
|
"default": 5,
|
|
"step" : 0.1,
|
|
"minimum": 1,
|
|
"append" : "edt_append_s",
|
|
"propertyOrder" : 1
|
|
},
|
|
"margin-pos": {
|
|
"type": "number",
|
|
"title":"edt_eff_margin_title",
|
|
"default": 1.0,
|
|
"step" : 0.1,
|
|
"minimum": 1.0,
|
|
"propertyOrder" : 2
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|