Merge pull request #268 from Phhere/patch-3
Improve detection for WansView cameras
This commit is contained in:
commit
ca3a7c1732
|
@ -282,7 +282,8 @@ $macBases = array(
|
||||||
'00:80:f0' => array( 'type'=>'Panasonic','probeFunc'=>'probePana' ),
|
'00:80:f0' => array( 'type'=>'Panasonic','probeFunc'=>'probePana' ),
|
||||||
'00:0f:7c' => array( 'type'=>'ACTi','probeFunc'=>'probeACTi' ),
|
'00:0f:7c' => array( 'type'=>'ACTi','probeFunc'=>'probeACTi' ),
|
||||||
'00:02:d1' => array( 'type'=>'Vivotek','probeFunc'=>'probeVivotek' ),
|
'00:02:d1' => array( 'type'=>'Vivotek','probeFunc'=>'probeVivotek' ),
|
||||||
'7c:dd:90' => array( 'type'=>'Wansview','probeFunc'=>'probeWansview' )
|
'7c:dd:90' => array( 'type'=>'Wansview','probeFunc'=>'probeWansview' ),
|
||||||
|
'78:a5:dd' => array( 'type'=>'Wansview','probeFunc'=>'probeWansview' )
|
||||||
);
|
);
|
||||||
|
|
||||||
unset($output);
|
unset($output);
|
||||||
|
|
Loading…
Reference in New Issue