OWX: add new detect-string for DS9097

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6358 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess 2014-08-04 21:07:43 +00:00
parent 1092fa3913
commit bb72f0af01

View File

@ -607,7 +607,7 @@ sub OWX_Detect ($) {
$ress .= "master DS2480 re-detected"; $ress .= "master DS2480 re-detected";
$owx_interface="DS2480"; $owx_interface="DS2480";
$ret=1; $ret=1;
} elsif( ($res eq "\x17\x0A\x5B\x0F\x02") || ($res eq "\x00\x17\x0A\x5B\x0F\x02") || ($res eq "\x30\xf8\x00") ){ } elsif( ($res eq "\x17\x0A\x5B\x0F\x02") || ($res eq "\x00\x17\x0A\x5B\x0F\x02") || ($res eq "\x30\xf8\x00") || ($res eq "\x17\x41\xAB\x20\xFC") ){
$ress .= "passive DS9097 detected"; $ress .= "passive DS9097 detected";
$owx_interface="DS9097"; $owx_interface="DS9097";
$ret=1; $ret=1;