Skip to content

Commit

Permalink
Merge pull request ZoneMinder#268 from Phhere/patch-3
Browse files Browse the repository at this point in the history
Improve detection for WansView cameras
  • Loading branch information
mastertheknife committed Dec 11, 2013
2 parents e9f4479 + 529c124 commit ca3a7c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/skins/classic/views/monitorprobe.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ function probeWansview( $ip )
'00:80:f0' => array( 'type'=>'Panasonic','probeFunc'=>'probePana' ),
'00:0f:7c' => array( 'type'=>'ACTi','probeFunc'=>'probeACTi' ),
'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);
Expand Down

0 comments on commit ca3a7c1

Please sign in to comment.