-
Notifications
You must be signed in to change notification settings - Fork 1
/
appinfo.json
49 lines (49 loc) · 1.22 KB
/
appinfo.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"appKeys": {
"KEY_BRIDGE_IP": 2,
"KEY_BRIDGE_USER": 3,
"KEY_BRIGHTNESS": 1,
"KEY_LIGHT_ID": 4,
"KEY_LIGHT_STATE": 0,
"KEY_SETT_REQUEST": 5
},
"capabilities": [
"configurable"
],
"companyName": "carlosperate",
"longName": "QuickHue",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/icon.png",
"menuIcon": true,
"name": "MENU_ICON",
"type": "png"
},
{
"file": "images/action_icon_minus.png",
"name": "ACTION_ICON_MINUS",
"type": "png-trans"
},
{
"file": "images/action_icon_plus.png",
"name": "ACTION_ICON_PLUS",
"type": "png-trans"
},
{
"file": "images/lightbulb.png",
"name": "LIGHTBULB",
"type": "png"
}
]
},
"sdkVersion": "2",
"shortName": "QuickHue",
"uuid": "6f267899-b108-4380-97aa-66baf4a345a1",
"versionCode": 1,
"versionLabel": "0.1",
"watchapp": {
"watchface": false
}
}