Add an mqtt object to the Monitor object
This commit is contained in:
parent
355a6e70c7
commit
0f581e97bd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue