13 lines
641 B
XML
13 lines
641 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<addon:addon id="pilight" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:addon="https://openhab.org/schemas/addon/v1.0.0"
|
|
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
|
|
|
|
<type>binding</type>
|
|
<name>Pilight Binding</name>
|
|
<description>The pilight binding allows openHAB to communicate with a pilight instance. Pilight is a service used to
|
|
control 'Click On Click Off' devices like 433 MHz remote controlled sockets a cheap way, e.g. by using a Raspberry Pi
|
|
with corresponding 433 MHz sender.</description>
|
|
|
|
</addon:addon>
|