mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
73_AMADCommBridge: fix Flowsetversion
git-svn-id: https://svn.fhem.de/fhem/trunk@16807 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
68f468044e
commit
510bed8f6d
@ -77,7 +77,7 @@ eval "use JSON;1" or $missingModul .= "JSON ";
|
||||
|
||||
|
||||
my $modulversion = "4.2.2";
|
||||
my $flowsetversion = "4.2.2";
|
||||
my $flowsetversion = "4.2.3";
|
||||
|
||||
|
||||
|
||||
|
@ -60,8 +60,8 @@ eval "use JSON;1" or $missingModul .= "JSON ";
|
||||
|
||||
|
||||
|
||||
my $modulversion = "4.2.4";
|
||||
my $flowsetversion = "4.2.2";
|
||||
my $modulversion = "4.2.5";
|
||||
my $flowsetversion = "4.2.3";
|
||||
|
||||
|
||||
|
||||
@ -1053,7 +1053,6 @@ sub AMADDevice_CreateChangeBtDeviceValue($$) {
|
||||
<a name="AMADDevicedefine"></a>
|
||||
<b>Define</b>
|
||||
<ul><br>
|
||||
10.6.9.10 1496497380000 IODev=AMADBridge
|
||||
<code>define <name> AMADDevice <IP-ADRESSE> <AMAD_ID> <REMOTESERVER></code>
|
||||
<br><br>
|
||||
Example:
|
||||
@ -1242,7 +1241,6 @@ sub AMADDevice_CreateChangeBtDeviceValue($$) {
|
||||
<a name="AMADDevicedefine"></a>
|
||||
<b>Define</b>
|
||||
<ul><br>
|
||||
10.6.9.10 1496497380000 IODev=AMADBridge
|
||||
<code>define <name> AMADDevice <IP-ADRESSE> <AMAD_ID> <REMOTESERVER></code>
|
||||
<br><br>
|
||||
Beispiel:
|
||||
|
Loading…
x
Reference in New Issue
Block a user