User Documentation

Table Of Contents
Device Administration (DevAdmin)
System manual
2696790000/02/04.2020
51
Entry Type / Value Description
iFrame.type file or link Type of integration (file: HTML files, link: server)
iFrame.path
STRING
For file: Relative path specification of in-
dex.html from base directory
iFrame.url
STRING
For link: URL of server
iFrame.port
0 - 65535
For link: Port of server
fullScreen
BOOL Not available yet
displayName
STRING Display name in the dropdown list under "Plugins"
Content as HTML files
The start file must have the name index.html and be specified in the con-
figuration file. Structure of the configuration file config.json:
{
"pluginType": "iFrame",
"iFrame": {
"type": "file",
"path": "html/index.html"
},
"fullScreen": false,
"displayName": "My new Plugin"
}
Content hosted on a separate server
Structure of the configuration file config.json:
{
"pluginType": "iFrame",
"iFrame": {
"type": "link",
"url": "https://myserver.com/",
"port": 1880
},
"fullScreen": false,
"displayName": "Server Plugin"
}
9.5 Change password for DevAdmin
At the top right of the DevAdmin is the user menu which contains the
Change password entry.