SSDP discovery
Changes will become active after a server restart
General Information
Domain |
TcHmiSrv |
Full symbol path |
TcHmiSrv.Config::DISCOVERY |
Category |
Webserver |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Enumeration type |
integer |
Default value |
2 |
Options
Value |
Label |
---|---|
0 |
Disabled |
1 |
Enabled |
2 |
Enabled on alternative port |
JSON Schema
{
"category": "CATEGORY_WEBSERVER",
"default": 2,
"description": "DISCOVERY_DESC",
"enum": [
0,
1,
2
],
"options": [
{
"label": "DISCOVERY_0_DISABLED",
"value": 0
},
{
"label": "DISCOVERY_1_ENABLED",
"value": 1
},
{
"label": "DISCOVERY_2_ALTERNATIVE",
"value": 2
}
],
"propertyOrder": 1,
"type": "integer"
}