2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

SSL for FHEM2FHEM

git-svn-id: https://svn.fhem.de/fhem/trunk@1649 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-06-25 06:59:20 +00:00
parent 6d321a6553
commit 5d7af06c13

View File

@ -8321,12 +8321,14 @@ KlikAanKlikUit, NEXA, CHACON, HomeEasy UK. <br> You need to define an RFXtrx433
<a name="FHEM2FHEMdefine"></a> <a name="FHEM2FHEMdefine"></a>
<b>Define</b> <b>Define</b>
<ul> <ul>
<code>define &lt;name&gt; FHEM2FHEM &lt;host:portnr&gt; [LOG:regexp|RAW:devicename] {portpassword} <code>define &lt;name&gt; FHEM2FHEM &lt;host&gt;[:&lt;portnr&gt;][:SSL] [LOG:regexp|RAW:devicename] {portpassword}
</code> </code>
<br> <br>
<br> <br>
Connect to the <i>remote</i> fhem on host. portnr is the global port Connect to the <i>remote</i> fhem on host. portnr is the global port
attribute of the remote fhem. The next parameter specifies the connection attribute of the remote fhem, or 7072 if not defined. The optional :SSL
suffix is needed, if the remote fhem configured SSL for this port.<br>
The next parameter specifies the connection
type: type:
<ul> <ul>
<li>LOG<br> <li>LOG<br>