Konfigurationen
Die Namen aller vorhandenen Konfigurationen.
Allgemeine Informationen
|
Domain |
TcHmiSrv |
|
Vollständiger Symbol-Pfad |
TcHmiSrv.Config::CONFIGURATIONS |
|
Eigenschaft ist versteckt |
Nein |
|
Standardmäßig in jeder Konfiguration enthalten |
Nein |
Schema
|
Typ |
array |
|
Duplikate erlaubt |
Ja |
Default-Wert
[
"remote"
]JSON-Schema
{
"default": [
"remote"
],
"description": "DESC_CONFIGURATIONS",
"items": {
"type": "string"
},
"propertyOrder": 5,
"type": "array",
"uniqueItems": true
}