forked from jane-t/rpi-fanshim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
22 lines (21 loc) · 937 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.1" encoding="UTF-8" standalone="yes"?>
<addon id="service.fancontrol"
name="Fan Control"
version="1.0.0"
provider-name="bambury">
<requires>
<import addon="xbmc.addon" version="14.0.1"/>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="virtual.rpi-tools" version="9.80.3.107"/>
</requires>
<extension point="xbmc.service" library="service.py" start="login"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Fan Control</summary>
<description lang="en">Fan Control allows the setting of threshold temperatures to turn the fan on and off.
Icon made by Freepik from https://www.flaticon.com/freepik
</description>
<source>https://github.com/jane-t/rpi-fanshim</source>
<platform>all</platform>
<license>MIT LICENSE</license>
</extension>
</addon>