Add MQTT_Enabled and MQTT_Subscriptions to Monitor object
This commit is contained in:
parent
d38efc3c5f
commit
76b8dd9ab2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue