hyperion.ng/libsrc/leddevice/schemas/schema-h801.json
LordGrey ad293b2fb6
IPv6 support (#1369)
* 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
2021-11-17 21:30:43 +01:00

40 lines
876 B
JSON

{
"type": "object",
"required": true,
"properties": {
"host": {
"type": "string",
"format": "ipv4",
"title": "edt_dev_spec_targetIp_title",
"default": "255.255.255.255",
"propertyOrder": 1
},
"port": {
"type": "integer",
"title": "edt_dev_spec_port_title",
"default": 30977,
"propertyOrder": 2
},
"lightIds": {
"type": "array",
"title": "edt_dev_spec_lightid_title",
"items": {
"type": "string",
"title": "edt_dev_spec_lightid_itemtitle"
},
"propertyOrder": 3
},
"latchTime": {
"type": "integer",
"title": "edt_dev_spec_latchtime_title",
"default": 10,
"append": "edt_append_ms",
"minimum": 0,
"maximum": 1000,
"access": "expert",
"propertyOrder": 4
}
},
"additionalProperties": true
}