J-N-K 5f8214f08a
Adapt to core changes (addon.xml) (#13289)
Signed-off-by: Jan N. Klug <github@klug.nrw>
2023-01-15 20:31:42 +01:00

35 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<addon:addon id="allplay" 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>AllPlay Binding</name>
<description>The AllPlay binding integrates devices compatible with Qualcomm AllPlay.</description>
<config-description>
<parameter name="rewindSkipTimeInSec" type="integer" unit="s">
<label>Rewind Skip Time</label>
<description>Seconds to jump backwards if the rewind command is executed</description>
<default>10</default>
<unitLabel>s</unitLabel>
</parameter>
<parameter name="fastForwardSkipTimeInSec" type="integer" unit="s">
<label>Fast Forward Skip Time</label>
<description>Seconds to jump forward if the fastforward command is executed</description>
<default>10</default>
<unitLabel>s</unitLabel>
</parameter>
<parameter name="callbackUrl" type="text">
<label>Callback URL</label>
<description>URL to use for playing audio streams, e.g. http://192.168.0.2:8080</description>
</parameter>
<parameter name="zoneMemberSeparator" type="text">
<label>Zone Member Separator</label>
<description>Separator which is used when sending multiple zone members to channel 'zonemembers'</description>
<default>,</default>
</parameter>
</config-description>
</addon:addon>