Changed default X10 port to /dev/ttyS0
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@305 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
77587e24e9
commit
f24346c372
|
@ -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},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue