|
@@ -563,7 +563,6 @@ class DetectControllerViewV2(View):
|
|
|
equipment_info['ai_event_type_list'] = list(map(int, str(event_type)))
|
|
|
if EquipmentInfoService.is_combo_tag(event_type, event_tag):
|
|
|
equipment_info['ai_event_type_list'] += EquipmentInfoService.get_combo_types(event_type, event_tag)
|
|
|
- equipment_info['alarm'] = 'Motion \tChannel:{channel}'.format(channel=channel)
|
|
|
res.append(equipment_info)
|
|
|
return response.json(0, {'datas': res, 'count': count})
|
|
|
except Exception as e:
|