From a1f3fc920e8f68643b7356c5e293743fea8b1e60 Mon Sep 17 00:00:00 2001 From: dominik Date: Tue, 27 Nov 2018 19:26:46 +0000 Subject: [PATCH] 98_BOSEST: add staticIPs to commandref git-svn-id: https://svn.fhem.de/fhem/trunk@17855 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_BOSEST.pm | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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