git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1681 2b470e98-0d58-463d-a4d8-8e2adae1ed80

This commit is contained in:
pahenning
2012-07-04 19:34:51 +00:00
parent 9422cfba85
commit ada4163f9b

View File

@@ -15,7 +15,7 @@
# Prof. Dr. Peter A. Henning, 2012
# Martin Fischer, 2011
#
# Version 2.01 - June, 2012
# Version 2.02 - June, 2012
#
# Setup bus device in fhem.cfg as
#
@@ -715,7 +715,7 @@ sub OWXTEMP_GetValues($) {
if ( (@data == 19) && (ord($data[17])>0) ){
my $lsb = ord($data[10]);
my $msb = ord($data[11]) && 7;
my $msb = ord($data[11]) & 7;
my $sign = ord($data[11]) & 248;
#-- test with -55 degrees