hyperion.ng/effects/schema/light-clock.schema.json

16 lines
294 B
JSON

{
"type":"object",
"script" : "light-clock.py",
"title":"edt_eff_lightclock_header_title",
"required":true,
"properties":{
"show_seconds": {
"type": "boolean",
"title":"edt_eff_showseconds_title",
"default": true,
"propertyOrder" : 1
}
},
"additionalProperties": false
}