Add an mqtt object to the Monitor object

This commit is contained in:
Isaac Connor 2021-12-22 16:18:42 -05:00
parent 355a6e70c7
commit 0f581e97bd
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,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"
@ -400,6 +401,8 @@ protected:
std::vector<Zone> zones;
std::unique_ptr<MQTT> mqtt;
const unsigned char *privacy_bitmask;
int n_linked_monitors;