mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
7a685185f4
* AtmoOrb UdpSocket-Bind Fix * Cleanup and update defaults (to work via PowerLan) * Cleanup and update defaults (to work via PowerLan) * AtmoOrb identification support, small updates * AtmoOrb discovery & identification support, fixes and stability updates * Small clean-ups * Type fix * Add missing include * Adalight - Update default config and levels * Update Atmoorb sketch * Yeelight - Update default value
47 lines
954 B
JSON
47 lines
954 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"orbIds": {
|
|
"type": "string",
|
|
"title":"edt_dev_spec_orbIds_title",
|
|
"default": "",
|
|
"propertyOrder" : 1
|
|
},
|
|
"useOrbSmoothing": {
|
|
"type": "boolean",
|
|
"title":"edt_dev_spec_useOrbSmoothing_title",
|
|
"default": true,
|
|
"access" : "advanced",
|
|
"propertyOrder" : 2
|
|
},
|
|
"output": {
|
|
"type": "string",
|
|
"title":"edt_dev_spec_multicastGroup_title",
|
|
"default" : "239.255.255.250",
|
|
"access" : "expert",
|
|
"propertyOrder" : 3
|
|
},
|
|
"port": {
|
|
"type": "integer",
|
|
"title":"edt_dev_spec_port_title",
|
|
"minimum" : 0,
|
|
"maximum" : 65535,
|
|
"default": 49692,
|
|
"access" : "expert",
|
|
"propertyOrder" : 4
|
|
},
|
|
"latchTime": {
|
|
"type": "integer",
|
|
"title":"edt_dev_spec_latchtime_title",
|
|
"default": 30,
|
|
"append" : "edt_append_ms",
|
|
"minimum": 0,
|
|
"maximum": 1000,
|
|
"access" : "expert",
|
|
"propertyOrder" : 5
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|