-
Notifications
You must be signed in to change notification settings - Fork 0
/
moddable-store.json
137 lines (137 loc) · 4.31 KB
/
moddable-store.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"tech.moddable.balls": {
"app": {
"title": "Balls",
"author": "Moddable",
"description": "Four bouncing balls",
"home": "https://github.com/Moddable-OpenSource/moddable/tree/public/examples/piu/balls"
}
},
"tech.moddable.blink": {
"app": {
"title": "Blink",
"author": "Moddable",
"description": "LED test",
"home": "https://github.com/Moddable-OpenSource/moddable/tree/public/examples/pins/blink"
}
},
"tech.moddable.countdown": {
"app": {
"title": "Countdown",
"author": "Moddable",
"description": "Hue animation",
"home": "https://github.com/Moddable-OpenSource/moddable/tree/public/examples/piu/countdown",
"preferences": [
{
"path": "wifi",
"title": "Wi-Fi"
},
{
"path": "config",
"title": "Date"
}
]
}
},
"tech.moddable.eink-base": {
"app": {
"preferences": [
{
"path": "wifi",
"title": "Wi-Fi"
}
]
},
"mods": [
{
"path": "eink-custom",
"author": "Moddable",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque scelerisque non mi nec varius. Curabitur egestas nec mauris nec ornare. Nulla facilisi. Suspendisse et arcu in sapien lacinia dapibus non quis orci. Sed lectus velit, accumsan non ipsum nec, imperdiet gravida massa. Nam urna metus, tempor non hendrerit nec, rutrum eu ante. Sed venenatis urna felis, sed gravida dolor mattis id. Donec volutpat mattis purus. Nullam viverra auctor erat id euismod."
},
{
"path": "eink-fortune",
"author": "Moddable",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque scelerisque non mi nec varius. Curabitur egestas nec mauris nec ornare. Nulla facilisi. Suspendisse et arcu in sapien lacinia dapibus non quis orci. Sed lectus velit, accumsan non ipsum nec, imperdiet gravida massa. Nam urna metus, tempor non hendrerit nec, rutrum eu ante. Sed venenatis urna felis, sed gravida dolor mattis id. Donec volutpat mattis purus. Nullam viverra auctor erat id euismod."
},
{
"path": "eink-holiday",
"author": "Moddable",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque scelerisque non mi nec varius. Curabitur egestas nec mauris nec ornare. Nulla facilisi. Suspendisse et arcu in sapien lacinia dapibus non quis orci. Sed lectus velit, accumsan non ipsum nec, imperdiet gravida massa. Nam urna metus, tempor non hendrerit nec, rutrum eu ante. Sed venenatis urna felis, sed gravida dolor mattis id. Donec volutpat mattis purus. Nullam viverra auctor erat id euismod."
}
]
},
"tech.moddable.love-e-ink": {
"app": {
"title": "Love Eink",
"author": "Moddable",
"description": "E-paper animation"
}
},
"tech.moddable.runmod": {
"app": {
"title": "Run Mods",
"author": "Moddable",
"description": "User interface host"
},
"mods": [
{
"path": "modballs",
"title": "Balls",
"author": "Moddable",
"description": "Four bouncing balls"
},
{
"path": "moddrag",
"title": "Drag",
"description": "Four moving buttons"
}
]
},
"tech.moddable.thermostat-base": {
"app": {
"title": "Thermostat",
"author": "Moddable",
"description": "A basic thermostat. You can change change the look of the product and add features with mods.",
"preferences": [
{
"path": "wifi",
"title": "Wi-Fi"
}
]
},
"mods": [
{
"title": "Bubbles",
"path": "thermostat-bubbles",
"author": "Moddable",
"description": "Display features in brightly colored bubbles"
},
{
"title": "Bubbles Plus",
"path": "thermostat-bubbles-plus",
"author": "Moddable",
"description": "Display features in brightly colored bubbles and add the time, date, and weather forecast"
},
{
"title": "Thermostat Plus",
"path": "thermostat-base-mod",
"author": "Moddable",
"description": "Add the time, date, and weather forecast to the basic thermostat"
},
{
"title": "Slider",
"path": "thermostat-slider",
"author": "Moddable",
"description": "Adjust the desired temperature using a rainbow slider"
}
]
},
"tech.moddable.transitions": {
"app": {
"title": "Transitions",
"author": "Moddable",
"description": "Wipes and combs",
"home": "https://github.com/Moddable-OpenSource/moddable/tree/public/examples/piu/transitions"
}
}
}