]> git.basschouten.com Git - openhab-addons.git/commitdiff
[pulseaudio] Fix misconfiguration example in README (#12553)
authordalgwen <dalgwen@users.noreply.github.com>
Fri, 1 Apr 2022 07:24:53 +0000 (09:24 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Apr 2022 07:24:53 +0000 (09:24 +0200)
Signed-off-by: Gwendal Roulleau <gwendal.roulleau@gmail.com>
Co-authored-by: Gwendal Roulleau <gwendal.roulleau@gmail.com>
bundles/org.openhab.binding.pulseaudio/README.md

index 82abe6815d4340f02e91a8ef51ab0edd37354557..8f4dac6347399cfd102eb836b8337b451c5f460a 100644 (file)
@@ -74,7 +74,7 @@ This requires the module **module-simple-protocol-tcp** to be present on the tar
 ```
 Bridge pulseaudio:bridge:<bridgname> "<Bridge Label>" @ "<Room>" [ host="<ipAddress>", port=4712 ] {
   Things:
-       Thing sink          multiroom       "Snapcast"           @ "Room"       [name="alsa_card.pci-0000_00_1f.3", activateSimpleProtocolSink="true", simpleProtocolSinkPort=4711] // the name corresponds to `pactl list sinks` output
+       Thing sink          multiroom       "Snapcast"           @ "Room"       [name="alsa_card.pci-0000_00_1f.3", activateSimpleProtocolSink=true, simpleProtocolSinkPort=4711] // the name corresponds to `pactl list sinks` output
        Thing source        microphone      "microphone"         @ "Room"       [name="alsa_input.pci-0000_00_14.2.analog-stereo"]
        Thing sink-input    openhabTTS      "OH-Voice"           @ "Room"       [name="alsa_output.pci-0000_00_1f.3.hdmi-stereo-extra1"]
        Thing source-output remotePulseSink "Other Room Speaker" @ "Other Room" [name="alsa_input.pci-0000_00_14.2.analog-stereo"]