2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-19 12:46:03 +00:00

OWX: add new detect-string for DS9097

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

View File

@ -607,7 +607,7 @@ sub OWX_Detect ($) {
$ress .= "master DS2480 re-detected";
$owx_interface="DS2480";
$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";
$owx_interface="DS9097";
$ret=1;