forked from pieterjm/DeviceTimer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
39 lines (39 loc) · 1.17 KB
/
config.json
File metadata and controls
39 lines (39 loc) · 1.17 KB
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
{
"id": "devicetimer",
"version": "1.5.1",
"name": "DeviceTimer",
"repo": "https://github.com/DoktorShift/DeviceTimer",
"short_description": "Time-controlled Bitcoin Lightning switches for IoT devices",
"description": "",
"tile": "/devicetimer/static/image/devicetimer128.png",
"min_lnbits_version": "1.4.0",
"contributors": [
{
"name": "pieterjm",
"uri": "https://github.com/pieterjm",
"role": "Creator"
},
{
"name": "DoktorShift",
"uri": "https://github.com/DoktorShift",
"role": "Lead Developer"
},
{
"name": "Business-Bitcoin",
"uri": "https://business-bitcoin.de",
"role": "Contributor"
}
],
"images": [
{
"uri": "https://raw.githubusercontent.com/DoktorShift/DeviceTimer/main/static/image/DeviceTimer_Banner.png"
}
],
"description_md": "https://raw.githubusercontent.com/DoktorShift/DeviceTimer/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/DoktorShift/DeviceTimer/main/toc.md",
"license": "MIT",
"paid_features": "",
"tags": ["IoT", "Hardware", "bitcoinSwitch", "Automation"],
"donate": "u60311@blink.sv",
"hidden": false
}