mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
* Resolves #19612 Signed-off-by: gael@lhopital.org <gael@lhopital.org>
24 lines
924 B
XML
24 lines
924 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<update:update-descriptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:update="https://openhab.org/schemas/update-description/v1.0.0"
|
|
xsi:schemaLocation="https://openhab.org/schemas/update-description/v1.0.0 https://openhab.org/schemas/update-description-1.0.0.xsd">
|
|
|
|
<thing-type uid="pihole:server">
|
|
<instruction-set targetVersion="1">
|
|
<add-channel id="gravity-file-exists">
|
|
<type>pihole:gravity-file-exists-channel</type>
|
|
</add-channel>
|
|
<add-channel id="gravity-last-update">
|
|
<type>pihole:gravity-last-update-channel</type>
|
|
</add-channel>
|
|
</instruction-set>
|
|
</thing-type>
|
|
<thing-type uid="pihole:server">
|
|
<instruction-set targetVersion="2">
|
|
<update-channel id="ads-percentage-today">
|
|
<type>pihole:percentage-channel</type>
|
|
</update-channel>
|
|
</instruction-set>
|
|
</thing-type>
|
|
</update:update-descriptions>
|