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

73_AMADCommBridge: fix Commandref, add allowfrom support

git-svn-id: https://svn.fhem.de/fhem/trunk@16445 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2018-03-19 13:48:58 +00:00
parent 7d89d30be2
commit a8227b5b34
3 changed files with 6 additions and 5 deletions

View File

@ -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.
- feature: 73_AMADCommBridge: fix Commandref, add allowfrom support
- bugfix: 74_XiaomiBTLESens: Backslash found where operator expected
- bugfix: 98_TRAFFIC: v1.3.7, fixed special characters and updateschedule
- change: 10_OWServer: autoselecting OWNet module

View File

@ -76,7 +76,7 @@ eval "use JSON;1" or $missingModul .= "JSON ";
my $modulversion = "4.2.1";
my $modulversion = "4.2.2";
my $flowsetversion = "4.2.0";
@ -122,7 +122,7 @@ sub AMADCommBridge_Initialize($) {
"debugJSON:0,1 ".
"enableSubCalls:0,1 ".
"disable:1 ".
"allowFrom ".
"allowfrom ".
$readingFnAttributes;
foreach my $d(sort keys %{$modules{AMADCommBridge}{defptr}}) {

View File

@ -60,7 +60,7 @@ eval "use JSON;1" or $missingModul .= "JSON ";
my $modulversion = "4.2.1";
my $modulversion = "4.2.2";
my $flowsetversion = "4.2.0";
@ -1021,7 +1021,7 @@ sub AMADDevice_CreateChangeBtDeviceValue($$) {
<b>How to use AMADDevice?</b>
<ul>
<li>first, make sure that the AMADCommBridge in FHEM was defined</li>
<li><b>Using Autoremote</b></li>
<li><b>Using Automagic</b></li>
<ul>
<li>install the "Automagic Premium" app from the PlayStore</li>
<li>install the flowset 74_AMADDeviceautomagicFlowset$VERSION.xml file from the $INSTALLFHEM/FHEM/lib/ directory on the Android device</li>
@ -1207,7 +1207,7 @@ sub AMADDevice_CreateChangeBtDeviceValue($$) {
<b>Wie genau verwendet man nun AMADDevice?</b>
<ul>
<li>stelle sicher das als aller erstes die AMADCommBridge in FHEM definiert wurde</li>
<li><b>Bei verwendung von Autoremote</b></li>
<li><b>Bei verwendung von Automagic</b></li>
<ul>
<li>installiere die App "Automagic Premium" aus dem PlayStore.</li>
<li>installiere das Flowset 74_AMADDeviceautomagicFlowset$VERSION.xml aus dem Ordner $INSTALLFHEM/FHEM/lib/ auf dem Androidger&auml;t</li>