41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
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": "ForceLogout.js",
|
|
"type": "JavaScript",
|
|
"description": ""
|
|
}
|
|
],
|
|
"function": {
|
|
"name": "ForceLogout",
|
|
"namespace": "TcHmi.Functions.Beckhoff",
|
|
"displayName": "ForceLogout",
|
|
"visible": true,
|
|
"category": "UserManagement",
|
|
"description": "Logout a different user or all from a TcHmiServer.\nThis function is deprecated. Its recommended to use ForceLogoutEx.",
|
|
"returnValue": {
|
|
"type": "tchmi:general#/definitions/Boolean",
|
|
"description": "Returns a boolean if the logout was called."
|
|
},
|
|
"arguments": [
|
|
{
|
|
"name": "username",
|
|
"displayName": "Username",
|
|
"type": "tchmi:general#/definitions/String",
|
|
"description": "Username to logout. Logout all users if left empty.",
|
|
"required": true,
|
|
"bindable": true,
|
|
"restParameter": false
|
|
}
|
|
]
|
|
}
|
|
} |