Add missing Importance member

This commit is contained in:
Isaac Connor 2021-09-08 12:52:33 -04:00
parent 4d09e5f93f
commit a42786afd1
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ class Monitor extends ZM_Object {
'Longitude' => null,
'RTSPServer' => array('type'=>'boolean', 'default'=>0),
'RTSPStreamName' => '',
'Importance' => 'Normal',
);
private $status_fields = array(
'Status' => null,