Files
HP_InHand_IG502/APPS/web/info.json
2025-04-13 18:36:28 -05:00

80 lines
2.0 KiB
JSON

{
"config": {
"name": "device_supervisor",
"entry": "/edge-computing/apps/device/",
"base": "/edge-computing/apps/device",
"history": "browser",
"mountElementId": "root-slave"
},
"router": {
"name": "device-supervisor",
"title": "Device Supervisor",
"path": "/edge-computing/apps/device",
"i18n": {
"en": "Device Supervisor",
"zh": "设备监控"
},
"authority": ["IG9", "IG5", "TK602"],
"routes": [
{
"path": "/edge-computing/apps/device",
"redirect": "/edge-computing/apps/device/measure-monitor"
},
{
"name": "measure-monitor",
"title": "Measure Monitor",
"i18n": {
"en": "Measure Monitor",
"zh": "测点监控"
},
"path": "/edge-computing/apps/device/measure-monitor"
},
{
"name": "alarm",
"title": "Alarm",
"i18n": {
"en": "Alarm",
"zh": "告警"
},
"path": "/edge-computing/apps/device/alarm"
},
{
"name": "cloud-service",
"title": "Cloud",
"path": "/edge-computing/apps/device/cloud",
"i18n": {
"en": "Cloud",
"zh": "云服务"
}
},
{
"name": "protocol-transition",
"title": "Protocol",
"path": "/edge-computing/apps/device/protocol-transition",
"i18n": {
"en": "Protocol",
"zh": "协议转换"
}
},
{
"name": "global-parameters",
"title": "Global Parameters",
"i18n": {
"en": "Parameter Settings",
"zh": "参数设置"
},
"path": "/edge-computing/apps/device/parameters-set"
},
{
"name": "fast-functions",
"title": "Fast Functions",
"i18n": {
"en": "Custom QuickFunctions",
"zh": "自定义快函数"
},
"path": "/edge-computing/apps/device/fast-functions"
}
]
}
}