Add MQTT_Enabled and MQTT_Subscriptions to Monitor object

pull/3585/head
Isaac Connor 2021-12-26 15:20:43 -05:00
parent d08cac052c
commit 0397c4f7e8
1 changed files with 2 additions and 0 deletions

View File

@ -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,