mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
new effect plasma (#792)
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
This commit is contained in:
18
effects/schema/plasma.schema.json
Normal file
18
effects/schema/plasma.schema.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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
|
||||
}
|
Reference in New Issue
Block a user