in src/alert/alert.ts [54:59]
generate() { this.state.conditions = this.conditions.map((condition) => condition.generate() ); return this.state; }