hyperion.ng/libsrc/leddevice/schemas/schema-nanoleaf.json

18 lines
297 B
JSON
Raw Normal View History

2018-11-07 21:01:53 +01:00
{
"type":"object",
"required":true,
"properties":{
"output": {
"type": "string",
"title":"edt_dev_spec_targetIpHost_title",
2018-11-07 21:01:53 +01:00
"propertyOrder" : 1
},
"token": {
2018-11-07 21:01:53 +01:00
"type": "string",
"title":"edt_dev_auth_key_title",
"propertyOrder" : 2
}
},
"additionalProperties": true
}