-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
33 lines (33 loc) · 1.08 KB
/
Copy pathaddon.xml
File metadata and controls
33 lines (33 loc) · 1.08 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.service.relay"
name="Relay service"
version="3.0.1"
provider-name="Near lg">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.service" library="service.py" start="startup" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Relay addon service</summary>
<description lang="en">Addon service to manage relays connected to a Raspberry Pi</description>
<disclaimer lang="en">For bugs, requests or general questions visit the GIT repository</disclaimer>
<language></language>
<platform>linux</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum></forum>
<website></website>
<email>nearlg@gmail.com</email>
<source>https://github.com/nearlg/gcr-server</source>
<news>3.0.1
- Correct some issues
3.0.0
- Multiple relays support.
- Better connection management
</news>
<assets>
<icon>resources/icon.png</icon>
<fanart></fanart>
<screenshot></screenshot>
</assets>
</extension>
</addon>