mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
3661172d6d
* Support Nanoleaf LightPanels (aka Aurora) and Canvas * Add Nanoleaf Device discovery * Update SSDPDiscover to be generic for given services
18 lines
297 B
JSON
18 lines
297 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"output": {
|
|
"type": "string",
|
|
"title":"edt_dev_spec_targetIpHost_title",
|
|
"propertyOrder" : 1
|
|
},
|
|
"token": {
|
|
"type": "string",
|
|
"title":"edt_dev_auth_key_title",
|
|
"propertyOrder" : 2
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|