Configurations
The names of all existing configurations.
General Information
|
Domain |
TcHmiSrv |
|
Full symbol path |
TcHmiSrv.Config::CONFIGURATIONS |
|
Property is hidden |
No |
|
Contained in every configuration by default |
No |
Schema
|
Type |
array |
|
Unique items |
Yes |
Default value
[
"remote"
]JSON Schema
{
"default": [
"remote"
],
"description": "DESC_CONFIGURATIONS",
"items": {
"type": "string"
},
"propertyOrder": 5,
"type": "array",
"uniqueItems": true
}