mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
16 lines
261 B
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
|
||
|
}
|