Update zm_monitor.cpp
parent
53824fa3da
commit
ea73c8b81e
|
@ -1715,7 +1715,8 @@ bool Monitor::Poll() {
|
||||||
for (auto msg : tev__PullMessagesResponse.wsnt__NotificationMessage) {
|
for (auto msg : tev__PullMessagesResponse.wsnt__NotificationMessage) {
|
||||||
if (msg->Topic->__any.text != NULL &&
|
if (msg->Topic->__any.text != NULL &&
|
||||||
// need to modify this for something more standardized
|
// need to modify this for something more standardized
|
||||||
std::strstr(msg->Topic->__any.text, "MotionAlarm") &&
|
// std::strstr(msg->Topic->__any.text, "MotionAlarm") && org. line
|
||||||
|
std::strstr(msg->Topic->__any.text, "CellMotionDetector") &&
|
||||||
msg->Message.__any.elts != NULL &&
|
msg->Message.__any.elts != NULL &&
|
||||||
msg->Message.__any.elts->next != NULL &&
|
msg->Message.__any.elts->next != NULL &&
|
||||||
msg->Message.__any.elts->next->elts != NULL &&
|
msg->Message.__any.elts->next->elts != NULL &&
|
||||||
|
|
Loading…
Reference in New Issue