Skip to content

Commit

Permalink
[pulseaudio] Move the binding config in file binding.xml (openhab#11055)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo authored and frederictobiasc committed Oct 26, 2021
1 parent cbe8d3d commit f2503f0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,27 @@
<name>Pulseaudio Binding</name>
<description>This is the binding for Pulseaudio.</description>

<config-description>
<parameter name="sink" type="boolean">
<label>Import Sinks</label>
<description>Activate the import of sink elements.</description>
<default>true</default>
</parameter>
<parameter name="sinkInput" type="boolean">
<label>Import Sink Inputs</label>
<description>Activate the import of sink-input elements.</description>
<default>false</default>
</parameter>
<parameter name="source" type="boolean">
<label>Import Sources</label>
<description>Activate the import of source elements.</description>
<default>false</default>
</parameter>
<parameter name="sourceOutput" type="boolean">
<label>Import Source Outputs</label>
<description>Activate the import of source-output elements.</description>
<default>false</default>
</parameter>
</config-description>

</binding:binding>

This file was deleted.

0 comments on commit f2503f0

Please sign in to comment.