36 lines
949 B
JSON
36 lines
949 B
JSON
{
|
|
"$schema": "../TcHmiFramework/Schema/FunctionDescription.Schema.json",
|
|
"apiVersion": 1,
|
|
"version": {
|
|
"full": "14.3.340.0",
|
|
"major": 14,
|
|
"minor": 3,
|
|
"build": 340,
|
|
"revision": 0
|
|
},
|
|
"dependencyFiles": [
|
|
{
|
|
"name": "SetTheme.js",
|
|
"type": "JavaScript",
|
|
"description": ""
|
|
}
|
|
],
|
|
"function": {
|
|
"name": "SetTheme",
|
|
"namespace": "TcHmi.Functions.Beckhoff",
|
|
"displayName": "SetTheme",
|
|
"description": "Set a new Theme.",
|
|
"category": "Theme",
|
|
"returnValue": null,
|
|
"arguments": [
|
|
{
|
|
"name": "newTheme",
|
|
"displayName": "NewTheme",
|
|
"type": "tchmi:framework#/definitions/ThemeName",
|
|
"description": "New theme name.",
|
|
"required": true,
|
|
"bindable": true
|
|
}
|
|
]
|
|
}
|
|
} |