2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

74_AMAD: transmissionERROR Reading only expertMode is set, 77_UWZ: New Minor Release 1.4 multi languarge support, more Maps, Routine for search AreaID

git-svn-id: https://svn.fhem.de/fhem/trunk@11821 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markooldenburg 2016-07-20 07:20:20 +00:00
parent 011979dbf2
commit d0fd1cfd22
3 changed files with 830 additions and 199 deletions

View File

@ -1,5 +1,8 @@
# 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.
- updated: 77_UWZ: New Minor Release 1.4 multi languarge support, more Maps,
Routine for search AreaID
- updated: 74_AMAD: transmissionERROR Reading only expertMode is set
- changed: 57_CALVIEW: value test, thx klausw
- added: 98_DLNARenderer: Autodiscover, control and receive events from
DLNA MediaRenderer devices

View File

@ -37,7 +37,7 @@ use TcpServerUtils;
use Encode qw(encode);
my $modulversion = "2.4.0";
my $modulversion = "2.4.1";
my $flowsetversion = "2.4.0";
@ -1164,7 +1164,7 @@ sub AMAD_CommBridge_Read($) {
elsif( !defined($device) ) {
readingsSingleUpdate( $bhash, "transmitterERROR", $name." has no device name sends", 1 );
readingsSingleUpdate( $bhash, "transmitterERROR", $name." has no device name sends", 1 ) if( ReadingsVal( $bname, "expertMode", 0 ) eq "1" );
Log3 $name, 4, "AMAD ($name) - ERROR - no device name given. please check your global variable in automagic";
return;
}
@ -1349,7 +1349,7 @@ sub AMAD_decrypt($) {
<br><br>
<b>How to use AMAD?</b>
<ul>
<li>install the "Automagic Premium" app from the Google Play store or use the test version from <a href="https://automagic4android.com/de/testversion">here</a></li>
<li>install the "Automagic Premium" app from the Google Play store.</li>
<li>install the flowset 74_AMADautomagicFlowset$VERSION.xml from the directory $INSTALLFHEM/FHEM/lib/ on your Android device and activate.</li>
</ul>
<br>
@ -1505,7 +1505,7 @@ sub AMAD_decrypt($) {
<br><br>
<b>Wie genau verwendet man nun AMAD?</b>
<ul>
<li>man installiert die App "Automagic Premium" aus dem PlayStore oder die Testversion von <a href="https://automagic4android.com/de/testversion">hier</a></li>
<li>man installiert die App "Automagic Premium" aus dem PlayStore.</li>
<li>dann installiert man das Flowset 74_AMADautomagicFlowset$VERSION.xml aus dem Ordner $INSTALLFHEM/FHEM/lib/ auf dem Androidger&auml;t und aktiviert die Flows.</li>
</ul>
<br>

File diff suppressed because it is too large Load Diff