2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

OWTHERM.pm: Bugfix

git-svn-id: https://svn.fhem.de/fhem/trunk@7181 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
pahenning 2014-12-10 05:13:48 +00:00
parent 87d433ea24
commit 4ad23672a4

View File

@ -86,7 +86,7 @@ no warnings 'deprecated';
sub Log3($$$);
sub AttrVal($$$);
my $owx_version="5.27";
my $owx_version="5.28";
my %gets = (
"id" => "",
@ -217,7 +217,7 @@ sub OWTHERM_Define ($$) {
CommandAttr (undef,"$name model DS1822");
}elsif( $model eq "DS18B20" ){
$fam = "28";
CommandAttr (undef,"$name model DS1822");
CommandAttr (undef,"$name model DS18B20");
}else{
return "OWTHERM: Wrong 1-Wire device model $model";
}