2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

98_BOSEST: add staticIPs to commandref

git-svn-id: https://svn.fhem.de/fhem/trunk@17855 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dominikkarall 2018-11-27 19:26:46 +00:00
parent 06d9c9fc0b
commit 7837256fe2

View File

@ -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 {
</ul>
<br>
<a name="BOSESTattr" id="BOSESTattr"></a>
<b>Attributes</b>
<ul><ul>
<li><code><b>staticIPs</b> IPs</code>&nbsp;&nbsp;-&nbsp;&nbsp; IP addresses (comma separated) of your BOSE devices, should be used only if discovery doesn't work in your network</li>
</ul></ul>
<br>
</ul>
=end html