fix typo
parent
4751920423
commit
73d84c6b08
|
@ -18,7 +18,7 @@ private $defaults = array(
|
||||||
'ZoneCount' => 0,
|
'ZoneCount' => 0,
|
||||||
'Triggers' => null,
|
'Triggers' => null,
|
||||||
);
|
);
|
||||||
$private $status_fields = array(
|
private $status_fields = array(
|
||||||
'AnalysisFPS' => null,
|
'AnalysisFPS' => null,
|
||||||
'CaptureFPS' => null,
|
'CaptureFPS' => null,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue