-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflp-config.json
More file actions
35 lines (35 loc) · 932 Bytes
/
flp-config.json
File metadata and controls
35 lines (35 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"application": {
"id": "",
"title": "iotapp",
"description": "Smart Living IoT App",
"type": "SAP_UI5_Component",
"componentUrl": "/",
"appUrl": "#iotapp-Display",
"navigationComponentName": "iotapp",
"intentSemanticObject": "iotapp",
"intentAction": "Display",
"html5ApplicationName": "iotapp",
"HCPParentApplicationName": ""
},
"assignment": {
"groups": [
"GRP_IoT"
],
"contentPackages": [
"CAT_IoT"
],
"categories": []
},
"tile": {
"type": "StaticTile",
"title": "Frank IoT Lab",
"subtitle": "Smart Living",
"searchKeywords": "Frank IoT Lab,Smart Living",
"displayIconUrl": "sap-icon://approvals",
"displayInfoText": "",
"size": "1x1",
"serviceURL": "",
"refreshInterval": ""
}
}