Changed default X10 port to /dev/ttyS0

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@305 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2003-01-13 16:38:45 +00:00
parent 77587e24e9
commit f24346c372
1 changed files with 2 additions and 2 deletions

View File

@ -203,10 +203,10 @@ my @options =
},
{
name => "ZM_X10_DEVICE",
default => "/dev/ttyS1",
default => "/dev/ttyS0",
description => "What device is your X10 controller connected on",
requires => [ { name => "ZM_OPT_X10", value => "yes" } ],
help => "If you have an X10 controller device (e.g. XM10U) connected to your computer this option details which port it is conected on, the default of /dev/ttyS1 maps to serial or com port 1.",
help => "If you have an X10 controller device (e.g. XM10U) connected to your computer this option details which port it is conected on, the default of /dev/ttyS0 maps to serial or com port 1.",
type => $types{abs_path},
},
{