Batterietemperatur als Trigger mit hinzugefügt
This commit is contained in:
parent
8e412a8bd0
commit
fd2a48f23c
@ -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;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user