Zielsysteme

Zielsysteme von denen Ereignisse und Alarme abgefragt werden.

Allgemeine Informationen

Domain

TcHmiEventLogger

Vollständiger Symbol-Pfad

TcHmiEventLogger.Config::TARGET_SYSTEMS

Eigenschaft ist versteckt

Nein

Standardmäßig in jeder Konfiguration enthalten

Ja

Schema

Typ

object

Default-Wert

{
    "Local": {
        "ADDRESS": "127.0.0.1.1.1",
        "ENABLED": true
    }
}

JSON-Schema

{
    "additionalProperties": {
        "additionalProperties": false,
        "configDescription": "DESC_TARGET_SYSTEM",
        "properties": {
            "ADDRESS": {
                "$ref": "tchmi:server#/definitions/adsRoute"
            },
            "ENABLED": {
                "default": true,
                "type": "boolean"
            }
        },
        "required": [
            "ADDRESS",
            "ENABLED"
        ],
        "type": "object"
    },
    "configDescription": "DESC_TARGET_SYSTEMS",
    "default": {
        "Local": {
            "ADDRESS": "127.0.0.1.1.1",
            "ENABLED": true
        }
    },
    "defaultConfigurable": true,
    "propertyOrder": 1,
    "type": "object"
}