mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 11:26:03 +00:00
OWX, OWX_SER: add new DS9097 detect string
git-svn-id: https://svn.fhem.de/fhem/trunk@6359 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
efc69de38b
commit
84fec93659
@ -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") || ($res eq "\x17\x41\xAB\x20\xFC") ){
|
||||
} elsif( ($res eq "\x17\x0A\x5B\x0F\x02") || ($res eq "\x00\x17\x0A\x5B\x0F\x02") || ($res eq "\x30\xf8\x00") || ($res eq "\x06\x00\x09\x07\x80") || ($res eq "\x17\x41\xAB\x20\xFC")){
|
||||
$ress .= "passive DS9097 detected";
|
||||
$owx_interface="DS9097";
|
||||
$ret=1;
|
||||
|
@ -343,7 +343,7 @@ sub initialize() {
|
||||
$ress .= "master DS2480 re-detected";
|
||||
$interface="DS2480";
|
||||
$ret=0;
|
||||
} elsif( ($res eq "\x17\x0A\x5B\x0F\x02") || ($res eq "\x00\x17\x0A\x5B\x0F\x02") || ($res eq "\x30\xf8\x00") || ($res eq "\x06\x00\x09\x07\x80")){
|
||||
} elsif( ($res eq "\x17\x0A\x5B\x0F\x02") || ($res eq "\x00\x17\x0A\x5B\x0F\x02") || ($res eq "\x30\xf8\x00") || ($res eq "\x06\x00\x09\x07\x80") || ($res eq "\x17\x41\xAB\x20\xFC")){
|
||||
$ress .= "passive DS9097 detected";
|
||||
$interface="DS9097";
|
||||
$ret=0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user