-
Notifications
You must be signed in to change notification settings - Fork 14
/
CustomDrivers.manifest
58 lines (58 loc) · 2.57 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"driver": [
{
"name": "KODI",
"Author": "TonO",
"version": 20,
"DriverLocation": "https://raw.githubusercontent.com/jac459/meta-kodi/main/Meta%20custom%20driver/KODI.json",
"IconLocation": "https://raw.githubusercontent.com/jac459/meta-kodi/main/Icons/KODI.jpg",
"FlowLocation": "https://raw.githubusercontent.com/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://raw.githubusercontent.com/jac459/meta-denonAVR/main/Meta%20custom%20driver/DenonAVR.json",
"IconLocation": "https://raw.githubusercontent.com/jac459/meta-denonAVR/main/Icons/DenonAVR.jpg",
"FlowLocation": "https://raw.githubusercontent.com/jac459/meta-denonAVR/main/node-red%20Flow/DenonAVRFlow.json",
"OrgRepo": "https://github.com/jac459/meta-denonAVR"
},
{
"name": "SamsungTV2012",
"Author": "TonO",
"version": 2,
"DriverLocation": "https://raw.githubusercontent.com/jac459/meta-SamsungTV2012/main/Meta%20custom%20driver/SamsungTV2012.json",
"IconLocation": "https://raw.githubusercontent.com/jac459/meta-SamsungTV2012/main/Icons/SamsungTV2012.jpg",
"FlowLocation": "https://raw.githubusercontent.com/jac459/meta-SamsungTV2012/main/node-red%20Flow/SamsungTV2012%20Flow.json",
"OrgRepo": "https://github.com/jac459/meta-SamsungTV2012"
},
{
"name": "Telnet",
"Author": "TonO",
"version": 1,
"DriverLocation": "https://raw.githubusercontent.com/Ton-O/Meta_Telnet/master/Telnet.json",
"IconLocation": "https://raw.githubusercontent.com/Ton-O/Meta_Telnet/master/telnet.jpg",
"FlowLocation": "",
"OrgRepo": "https://github.com/Ton-O/Meta_Telnet"
},
{
"name": "ADBdroid",
"Author": "TonO",
"version": 1,
"DriverLocation": "https://raw.githubusercontent.com/Ton-O/meta-ADBdroid/main/ADBDroid.json",
"IconLocation": "https://raw.githubusercontent.com/Ton-O/meta-ADBdroid/main/ADBDroid.jpg",
"FlowLocation": "",
"OrgRepo": "https://github.com/Ton-O/meta-ADBdroid"
},
{
"name": "UpdateMeta",
"Author": "TonO",
"version": 2,
"DriverLocation": "https://raw.githubusercontent.com/jac459/neeo2021onward/main/Meta%20running%20in%20Brain/UpdateMeta.json",
"IconLocation": "https://raw.githubusercontent.com/jac459/metadriver/master/pictures/refresh.jpg",
"FlowLocation": "",
"OrgRepo": "https://github.com/jac459/neeo2021onward"
}
]
}