hyperion.ng/effects/schema/plasma.schema.json
Paulchen Panther 9e149308f4
new effect plasma (#792)
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
2020-05-12 19:52:46 +02:00

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
}