Add an mqtt object to the Monitor object

pull/3585/head
Isaac Connor 2021-12-22 16:18:42 -05:00
parent 47d2c090ad
commit 4c09446f56
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include "zm_event.h"
#include "zm_fifo.h"
#include "zm_image.h"
#include "zm_mqtt.h"
#include "zm_packet.h"
#include "zm_packetqueue.h"
#include "zm_utils.h"
@ -492,6 +493,8 @@ protected:
std::vector<Zone> zones;
std::unique_ptr<MQTT> mqtt;
const unsigned char *privacy_bitmask;
int n_linked_monitors;