UA.LocalizedText

Lokalisierter Text

Allgemeine Informationen

Domain

TcHmiOpcUa

Schema

Typ

object

JSON-Schema

{
    "description": "descUaLocalizedText",
    "properties": {
        "Locale": {
            "type": "integer"
        },
        "Text": {
            "type": "string"
        }
    },
    "required": [
        "Locale",
        "Text"
    ],
    "type": "object"
}