add Type, MaxFPS, AlarmMaxFPS to field defaults

This commit is contained in:
Isaac Connor
2018-03-01 19:23:27 -08:00
parent debe4607bc
commit 9a157bf4ca

View File

@@ -17,6 +17,9 @@ private $defaults = array(
'AnalysisFPSLimit' => null,
'ZoneCount' => 0,
'Triggers' => null,
'Type' => 'Ffmpeg',
'MaxFPS' => null,
'AlarmMaxFPS' => null,
);
private $status_fields = array(
'AnalysisFPS' => null,