11 lines
456 B
XML
11 lines
456 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<addon:addon id="ntp" 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>NTP Binding</name>
|
|
<description>The NTP Binding polls the configured timeserver and post the current date and time.</description>
|
|
|
|
</addon:addon>
|