mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
74_AMAD: Change Commandref
git-svn-id: https://svn.fhem.de/fhem/trunk@14753 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9fc42c0aa0
commit
129e5e3274
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix: 74_AMAD: Change Commandref
|
||||
- change: 93_DbLog: V2.21.2, some improvements like get reading 'state' of
|
||||
state-events, timeout increased, change configCheck for
|
||||
DbRep Report_Idx
|
||||
|
@ -24,6 +24,21 @@
|
||||
# $Id$
|
||||
#
|
||||
###############################################################################
|
||||
##
|
||||
##
|
||||
## Das JSON Modul immer in einem eval aufrufen
|
||||
# $data = eval{decode_json($data)};
|
||||
#
|
||||
# if($@){
|
||||
# Log3($SELF, 2, "$TYPE ($SELF) - error while request: $@");
|
||||
#
|
||||
# readingsSingleUpdate($hash, "state", "error", 1);
|
||||
#
|
||||
# return;
|
||||
# }
|
||||
##
|
||||
##
|
||||
|
||||
|
||||
|
||||
package main;
|
||||
@ -1532,7 +1547,6 @@ sub AMAD_decrypt($) {
|
||||
<br>
|
||||
The communication port of the AMADCommBridge device can easily be changed within the attribut "port".</b>
|
||||
</ul>
|
||||
<br><a name="AMADCommBridge"></a>
|
||||
<b>AMAD Communication Bridge</b>
|
||||
<ul>
|
||||
Creating your first AMAD device automatically creates the AMADCommBridge device in the room AMAD. With the help of the AMADCommBridge any Android device communicates initially to FHEM.<b>To make the IP addresse of the FHEM server known to the Android device, the FHEM server IP address needs to be configured in the AMADCommBridge. WITHOUT THIS STEP THE AMADCommBridge WILL NOT WORK PROPERLY.</b><br>
|
||||
@ -1707,7 +1721,6 @@ sub AMAD_decrypt($) {
|
||||
<br>
|
||||
Der Port für die Bridge kann ohne Probleme im Bridge Device mittels dem Attribut "port" verändert werden.</b>
|
||||
</ul>
|
||||
<br><a name="AMADCommBridge"></a>
|
||||
<b>AMAD Communication Bridge</b>
|
||||
<ul>
|
||||
Beim ersten anlegen einer AMAD Deviceinstanz wird automatisch ein Gerät Namens AMADCommBridge im Raum AMAD mit angelegt. Dieses Gerät diehnt zur Kommunikation vom Androidgerät zu FHEM ohne das zuvor eine Anfrage von FHEM aus ging. <b>Damit das Androidgerät die IP von FHEM kennt, muss diese sofort nach dem anlegen der Bridge über den set Befehl in ein entsprechendes Reading in die Bridge geschrieben werden. DAS IST SUPER WICHTIG UND FÜR DIE FUNKTION DER BRIDGE NOTWENDIG.</b><br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user