remove(alarm: AlarmConfiguration) {
        this.alarmService.removeConfig(alarm);
        this.alertService.showMessage(this.translations.alarmListItemRemovedTitle, this.translations.alarmListItemRemovedContent, MessageSeverity.success);
        this.refreshAlarms();
    }