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

16 lines
261 B
JSON

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