2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 08:11:44 +00:00

34_ESPEasy.pm: commandref update regarding ESP devices w/ public IPs

git-svn-id: https://svn.fhem.de/fhem/trunk@14903 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dev0 2017-08-15 07:53:11 +00:00
parent 7fce06cc13
commit e74cb6ee54

View File

@ -36,7 +36,7 @@ use Color;
# ------------------------------------------------------------------------------
# global/default values
# ------------------------------------------------------------------------------
my $module_version = "1.31"; # Version of this module
my $module_version = "1.32"; # Version of this module
my $minEEBuild = 128; # informational
my $minJsonVersion = 1.02; # checked in received data
@ -2727,6 +2727,27 @@ sub ESPEasy_removeGit($)
<a href="https://forum.fhem.de/index.php/topic,55728.0.html">Forum #55728</a>
</li>
<br>
<li><b>UPDATE:
</li>
<li></b>For security reasons: if one or more of your ESPEasy device uses an
public IP address then you have to enable this explicitly or the device(s)
will be ignored/rejected:
</li>
<ul>
<li>
Enable all ESPEasy device IP addresses/subnets/regexs with the help of
bridge attributes
<a href="#ESPEasy_bridge_attr_allowedips">allowedIPs</a> /
<a href="#ESPEasy_bridge_attr_deniedips">deniedIPs</a>.
</li>
<li>
Enable authentication: see attribute
<a href="#ESPEasy_bridge_attr_authentication">authentication</a> and
bridge set <a href="#ESPEasy_bridge_set_user">user</a>
/ <a href="#ESPEasy_bridge_set_pass">pass</a> commands.
</li>
</ul>
<br>
</ul>
Requirements: