new effect plasma (#792)

Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
This commit is contained in:
Paulchen Panther
2020-05-12 19:52:46 +02:00
committed by GitHub
parent 510bb903ae
commit 9e149308f4
13 changed files with 80 additions and 1 deletions

View 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
}