Add MQTT_Enabled and MQTT_Subscriptions to Monitor object
parent
d08cac052c
commit
0397c4f7e8
|
@ -213,6 +213,8 @@ public static function getStatuses() {
|
|||
'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