mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
ad293b2fb6
* hyperion-remote - Support IPv6 * LEDDevices - Remove IPv6 limitations * Separate JsonEditorHostValidation * Standalone grabbers & JSON/Flatbuffer forwarder: IPv6 support * remote: Fix setting multiple colors via Hex, add standard logging * IPv6 Updates -Add db migration activities * Addressing non-Windows compile issues * Code cleanup, address clang feedback * Update address (hostname, IPv4/IPv6) help text * Apply migration steps to "old" configurations imported * Show user the UI-Url, if hyperion is already running, address clang findings * Windows Cmake OpenSLL output * Minor Text update
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"type": "object",
|
|
"required": true,
|
|
"properties": {
|
|
"hostList": {
|
|
"type": "string",
|
|
"title": "edt_dev_spec_devices_discovered_title",
|
|
"enum": [ "NONE" ],
|
|
"options": {
|
|
"enum_titles": [ "edt_dev_spec_devices_discovery_inprogress" ],
|
|
"infoText": "edt_dev_spec_devices_discovered_title_info"
|
|
},
|
|
"required": true,
|
|
"propertyOrder": 1
|
|
},
|
|
"host": {
|
|
"type": "string",
|
|
"format": "hostname_or_ip4",
|
|
"title": "edt_dev_spec_targetIpHost_title",
|
|
"options": {
|
|
"infoText": "edt_dev_spec_targetIpHost_title_info"
|
|
},
|
|
"required": true,
|
|
"propertyOrder": 2
|
|
},
|
|
"latchTime": {
|
|
"type": "integer",
|
|
"title": "edt_dev_spec_latchtime_title",
|
|
"default": 0,
|
|
"append": "edt_append_ms",
|
|
"minimum": 0,
|
|
"maximum": 1000,
|
|
"access": "expert",
|
|
"options": {
|
|
"infoText": "edt_dev_spec_latchtime_title_info"
|
|
},
|
|
"propertyOrder": 3
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|