fix typo and remove deprecated DefaultView
This commit is contained in:
parent
8b29c5f54c
commit
49a1954f96
|
@ -67,7 +67,7 @@ private $defaults = array(
|
||||||
'MaxFPS' => null,
|
'MaxFPS' => null,
|
||||||
'AlarmMaxFPS' => null,
|
'AlarmMaxFPS' => null,
|
||||||
'FPSReportInterval' => 100,
|
'FPSReportInterval' => 100,
|
||||||
'RefBlencPerc' => 6,
|
'RefBlendPerc' => 6,
|
||||||
'AlarmRefBlendPerc' => 6,
|
'AlarmRefBlendPerc' => 6,
|
||||||
'Controllable' => 0,
|
'Controllable' => 0,
|
||||||
'ControlId' => null,
|
'ControlId' => null,
|
||||||
|
@ -78,7 +78,6 @@ private $defaults = array(
|
||||||
'TrackDelay' => null,
|
'TrackDelay' => null,
|
||||||
'ReturnLocation' => -1,
|
'ReturnLocation' => -1,
|
||||||
'ReturnDelay' => null,
|
'ReturnDelay' => null,
|
||||||
'DefaultView' => 'Events',
|
|
||||||
'DefaultRate' => 100,
|
'DefaultRate' => 100,
|
||||||
'DefaultScale' => 100,
|
'DefaultScale' => 100,
|
||||||
'SignalCheckPoints' => 0,
|
'SignalCheckPoints' => 0,
|
||||||
|
|
Loading…
Reference in New Issue