mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
9e149308f4
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
19 lines
338 B
JSON
19 lines
338 B
JSON
{
|
|
"type":"object",
|
|
"script" : "plasma.py",
|
|
"title": "edt_eff_plasma_header",
|
|
"required": true,
|
|
"properties": {
|
|
"sleepTime": {
|
|
"type": "number",
|
|
"title":"edt_eff_sleeptime",
|
|
"default": 0.20,
|
|
"minimum" : 0.01,
|
|
"step": 0.01,
|
|
"append" : "edt_append_s",
|
|
"propertyOrder" : 1
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|