-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
63 lines (63 loc) · 1.61 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"appKeys": {
"COLOR": 1,
"DIMM": 2,
"DURATION_OFF": 3,
"DURATION_OFF_MS": 7,
"DURATION_ON": 5,
"DURATION_ON_MS": 6,
"LIFX_STATE_BRIGHTNESS": 11,
"LIFX_STATE_POWER": 10,
"REQUEST_STATE": 20,
"SATURATION": 4,
"TOGGLE": 0
},
"capabilities": [
"configurable"
],
"companyName": "Markus Gutbrod",
"enableMultiJS": true,
"longName": "LIFX",
"projectType": "native",
"resources": {
"media": [
{
"file": "data/clock_sequence.pdc",
"name": "CLOCK_SEQUENCE",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "images/action_icon_cross_inv.png",
"name": "IMAGE_ACTION_ICON_CROSS_INV",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/action_icon_zz_inv.png",
"name": "IMAGE_ACTION_ICON_ZZ_INV",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/lifx.png",
"menuIcon": true,
"name": "LIFX",
"targetPlatforms": [
"chalk"
],
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"shortName": "LIFX",
"targetPlatforms": [
"chalk"
],
"uuid": "0b6afc49-e1c9-4a62-b413-9e872ea33dee",
"versionLabel": "0.98",
"watchapp": {
"watchface": false
}
}