SSDP-Discovery
Änderung wird nach Server-Neustart aktiv
Allgemeine Informationen
|
Domain |
TcHmiSrv |
|
Vollständiger Symbol-Pfad |
TcHmiSrv.Config::DISCOVERY |
|
Kategorie |
Webserver |
|
Eigenschaft ist versteckt |
Nein |
|
Standardmäßig in jeder Konfiguration enthalten |
Nein |
Schema
|
Aufzählungstyp |
integer |
|
Default-Wert |
2 |
Optionen
|
Wert |
Label |
|---|---|
|
0 |
Deaktiviert |
|
1 |
Aktiviert |
|
2 |
Auf alternativem Port aktiviert |
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"
}