diff --git a/fhem/FHEM/98_BOSEST.pm b/fhem/FHEM/98_BOSEST.pm index 4a0a99ec9..e49381c0b 100755 --- a/fhem/FHEM/98_BOSEST.pm +++ b/fhem/FHEM/98_BOSEST.pm @@ -7,10 +7,13 @@ # FHEM module to communicate with BOSE SoundTouch system # API as defined in BOSE SoundTouchAPI_WebServices_v1.0.1.pdf # -# Version: 2.2.0 +# Version: 2.2.1 # ############################################################# # +# v2.2.1 - 20181127 +# - CHANGE: add staticIPs documentation in commandref +# # v2.2.0 - 20171211 # - FEATURE: support new Audio Notification API for TTS (no more minidlna) # - BUGFIX: fix warning about uninitialized value (thx@betateilchen!) @@ -338,7 +341,7 @@ sub BOSEST_Define($$) { $hash->{helper}{supportedBassCmds} = ""; if (int(@a) < 3) { - Log3 $hash, 3, "BOSEST: BOSE SoundTouch v2.2.0"; + Log3 $hash, 3, "BOSEST: BOSE SoundTouch v2.2.1"; #start discovery process 30s delayed InternalTimer(gettimeofday()+30, "BOSEST_startDiscoveryProcess", $hash, 0); @@ -2608,6 +2611,13 @@ sub BOSEST_readingsSingleUpdateIfChanged {
+ + Attributes + +
+ =end html