From a8ed01266c4177a6331b6f6e75f1f0ef083b062f Mon Sep 17 00:00:00 2001 From: Otto123 <> Date: Sat, 22 May 2021 16:59:08 +0000 Subject: [PATCH] mqtt2.template:Bugfix SonosBridge git-svn-id: https://svn.fhem.de/fhem/trunk@24490 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 d0f2b5e64..a2ae51ccf 100644 --- a/fhem/FHEM/lib/AttrTemplate/mqtt2.template +++ b/fhem/FHEM/lib/AttrTemplate/mqtt2.template @@ -4492,7 +4492,7 @@ set DEVICE attrTemplate sonos2mqtt_bridge attr DEVICE getList Favorites:noArg Favorites {sonos2mqtt($NAME,$EVENT)} attr DEVICE setList PauseAll:noArg $\DEVICETOPIC/cmd/pauseall\ CheckSubscription:noArg $\DEVICETOPIC/cmd/check-subscriptions -attr SonosBridge userReadings favlist:Favorites.* {sonos2mqtt_ur($name,'favlist')},\ +attr DEVICE userReadings favlist:Favorites.* {sonos2mqtt_ur($name,'favlist')},\ grouplist:Favorites.* {sonos2mqtt_ur($name,'grouplist')} {sonos2mqtt_setup('a:model=sonos2mqtt_bridge')} defmod n_configSonos notify global:DEFINED.MQTT2_RINCON_[A-Z0-9]+|MQTT2_RINCON_[A-Z0-9]+:IPAddress:.* {sonos2mqtt_nty($NAME,$EVENT)}