mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-06 12:24:03 +01:00
10 lines
450 B
XML
10 lines
450 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<binding:binding id="telegram" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xmlns:binding="https://openhab.org/schemas/binding/v1.0.0"
|
||
|
xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">
|
||
|
|
||
|
<name>Telegram Binding</name>
|
||
|
<description>This is the binding for Telegram. It allows to send and receive messages.</description>
|
||
|
|
||
|
</binding:binding>
|