2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

mqtt2.template: changes to sonos (testing versions)

git-svn-id: https://svn.fhem.de/fhem/trunk@22096 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User 2020-06-02 15:42:52 +00:00
parent bb3b077e5e
commit e0bb96788d

View File

@ -3309,7 +3309,7 @@ attr DEVICE readingList\
attr DEVICE setList\ attr DEVICE setList\
stop:noArg BASE_TOPIC/DEV_ID/control { "command": "stop" }\ stop:noArg BASE_TOPIC/DEV_ID/control { "command": "stop" }\
play:noArg BASE_TOPIC/DEV_ID/control { "command": "play" }\ 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 }
########################################### ###########################################