mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Add Schema
This commit is contained in:
parent
f7d5c2c908
commit
820e16b6cb
23
libsrc/leddevice/schemas/schema-aurora.json
Normal file
23
libsrc/leddevice/schemas/schema-aurora.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"type":"object",
|
||||||
|
"required":true,
|
||||||
|
"properties":{
|
||||||
|
"output": {
|
||||||
|
"type": "string",
|
||||||
|
"title":"edt_dev_spec_targetIp_title",
|
||||||
|
"propertyOrder" : 1
|
||||||
|
},
|
||||||
|
"key": {
|
||||||
|
"type": "string",
|
||||||
|
"title":"edt_dev_auth_key_title",
|
||||||
|
"propertyOrder" : 2
|
||||||
|
},
|
||||||
|
"colorOrder": {
|
||||||
|
"type": "string",
|
||||||
|
"title":"edt_dev_color_order_title",
|
||||||
|
"default": "rgb",
|
||||||
|
"propertyOrder" : 3
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"additionalProperties": true
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user