Batterietemperatur als Trigger mit hinzugefügt

This commit is contained in:
Marko Oldenburg 2016-07-20 22:16:12 +02:00
parent 8e412a8bd0
commit fd2a48f23c
2 changed files with 666 additions and 668 deletions

View File

@ -37,8 +37,8 @@ use TcpServerUtils;
use Encode qw(encode); use Encode qw(encode);
my $modulversion = "2.4.1"; my $modulversion = "2.4.2";
my $flowsetversion = "2.4.0"; my $flowsetversion = "2.4.1";
@ -1164,7 +1164,7 @@ sub AMAD_CommBridge_Read($) {
elsif( !defined($device) ) { 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"; Log3 $name, 4, "AMAD ($name) - ERROR - no device name given. please check your global variable in automagic";
return; return;
} }