Add MQTT_Enabled and MQTT_Subscriptions to Monitor object

This commit is contained in:
Isaac Connor 2021-12-26 15:20:43 -05:00
parent d38efc3c5f
commit 76b8dd9ab2
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ class Monitor extends ZM_Object {
'RTSPServer' => array('type'=>'boolean', 'default'=>0),
'RTSPStreamName' => '',
'Importance' => 'Normal',
'MQTT_Enabled' => false,
'MQTT_Subscriptions' => '',
);
private $status_fields = array(
'Status' => null,