From e0bb96788d3a38d8aa4073f830777488c213b72d Mon Sep 17 00:00:00 2001 From: Beta-User <> Date: Tue, 2 Jun 2020 15:42:52 +0000 Subject: [PATCH] mqtt2.template: changes to sonos (testing versions) git-svn-id: https://svn.fhem.de/fhem/trunk@22096 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/lib/AttrTemplate/mqtt2.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/lib/AttrTemplate/mqtt2.template b/fhem/FHEM/lib/AttrTemplate/mqtt2.template index a905f43c4..af17d75c6 100644 --- a/fhem/FHEM/lib/AttrTemplate/mqtt2.template +++ b/fhem/FHEM/lib/AttrTemplate/mqtt2.template @@ -3309,7 +3309,7 @@ attr DEVICE readingList\ attr DEVICE setList\ stop:noArg BASE_TOPIC/DEV_ID/control { "command": "stop" }\ play:noArg BASE_TOPIC/DEV_ID/control { "command": "play" }\ - volume:slider,0,1,100 BASE_TOPIC/DEV_ID/control { "command": "volume", "input": $EVTPART1 }" + volume:slider,0,1,100 BASE_TOPIC/DEV_ID/control { "command": "volume", "input": $EVTPART1 } ###########################################