mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
93d520706e
Re-add this option to the schema
25 lines
604 B
JSON
25 lines
604 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"latchTime": {
|
|
"type": "integer",
|
|
"title":"edt_dev_spec_latchtime_title",
|
|
"default": 10,
|
|
"append" : "edt_append_ms",
|
|
"minimum": 1,
|
|
"maximum": 1000,
|
|
"access" : "expert",
|
|
"propertyOrder" : 1
|
|
},
|
|
"ledType": {
|
|
"type": "string",
|
|
"title":"edt_dev_spec_ledType_title",
|
|
"enum" : ["ws2801","ws2812"],
|
|
"default": "ws2801",
|
|
"propertyOrder" : 2
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|