mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
7d89d30be2
commit
a8227b5b34
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# 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: 74_XiaomiBTLESens: Backslash found where operator expected
|
||||||
- bugfix: 98_TRAFFIC: v1.3.7, fixed special characters and updateschedule
|
- bugfix: 98_TRAFFIC: v1.3.7, fixed special characters and updateschedule
|
||||||
- change: 10_OWServer: autoselecting OWNet module
|
- change: 10_OWServer: autoselecting OWNet module
|
||||||
|
@ -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";
|
my $flowsetversion = "4.2.0";
|
||||||
|
|
||||||
|
|
||||||
@ -122,7 +122,7 @@ sub AMADCommBridge_Initialize($) {
|
|||||||
"debugJSON:0,1 ".
|
"debugJSON:0,1 ".
|
||||||
"enableSubCalls:0,1 ".
|
"enableSubCalls:0,1 ".
|
||||||
"disable:1 ".
|
"disable:1 ".
|
||||||
"allowFrom ".
|
"allowfrom ".
|
||||||
$readingFnAttributes;
|
$readingFnAttributes;
|
||||||
|
|
||||||
foreach my $d(sort keys %{$modules{AMADCommBridge}{defptr}}) {
|
foreach my $d(sort keys %{$modules{AMADCommBridge}{defptr}}) {
|
||||||
|
@ -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";
|
my $flowsetversion = "4.2.0";
|
||||||
|
|
||||||
|
|
||||||
@ -1021,7 +1021,7 @@ sub AMADDevice_CreateChangeBtDeviceValue($$) {
|
|||||||
<b>How to use AMADDevice?</b>
|
<b>How to use AMADDevice?</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>first, make sure that the AMADCommBridge in FHEM was defined</li>
|
<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>
|
<ul>
|
||||||
<li>install the "Automagic Premium" app from the PlayStore</li>
|
<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>
|
<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>
|
<b>Wie genau verwendet man nun AMADDevice?</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>stelle sicher das als aller erstes die AMADCommBridge in FHEM definiert wurde</li>
|
<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>
|
<ul>
|
||||||
<li>installiere die App "Automagic Premium" aus dem PlayStore.</li>
|
<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ät</li>
|
<li>installiere das Flowset 74_AMADDeviceautomagicFlowset$VERSION.xml aus dem Ordner $INSTALLFHEM/FHEM/lib/ auf dem Androidgerät</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user