Can't set alarm when triggering. Must be done by the state machine

pull/3826/head
Isaac Connor 2024-02-07 13:27:48 -05:00
parent 593f6f1601
commit 22a2846218
1 changed files with 0 additions and 1 deletions

View File

@ -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.