longid correction for temphydro devices
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3874 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -577,7 +577,8 @@ sub TRX_WEATHER_common_temphydro {
|
||||
#Log3 undef, 1,"TRX_WEATHER: TFA 9";
|
||||
$dev_str .= $DOT."9";
|
||||
}
|
||||
} elsif ($bytes->[4] > 0) {
|
||||
}
|
||||
if ($dev_type ne "TFATS34C" && $bytes->[4] > 0) {
|
||||
$dev_str .= $DOT.sprintf("%d", $bytes->[4]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user