Can't set alarm when triggering. Must be done by the state machine
parent
593f6f1601
commit
22a2846218
|
@ -2003,7 +2003,6 @@ bool Monitor::Analyse() {
|
|||
Event::StringSet noteSet;
|
||||
noteSet.insert(trigger_data->trigger_text);
|
||||
noteSetMap[trigger_data->trigger_cause] = noteSet;
|
||||
shared_data->state = state = ALARM;
|
||||
} // end if trigger_on
|
||||
|
||||
// FIXME this snap might not be the one that caused the signal change. Need to store that in the packet.
|
||||
|
|
Loading…
Reference in New Issue