mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
34_ESPEasy.pm: commandref update regarding ESP devices w/ public IPs
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@14903 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
52a812b73d
commit
6ca4d1a348
@ -36,7 +36,7 @@ use Color;
|
|||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# global/default values
|
# 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 $minEEBuild = 128; # informational
|
||||||
my $minJsonVersion = 1.02; # checked in received data
|
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>
|
<a href="https://forum.fhem.de/index.php/topic,55728.0.html">Forum #55728</a>
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<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>
|
</ul>
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user