|
@@ -72,7 +72,7 @@ def guard():
|
|
if annunciator.get('alarm_type') == 1:
|
|
if annunciator.get('alarm_type') == 1:
|
|
type_code = '001'
|
|
type_code = '001'
|
|
if not data_platform_api.is_alarmed(project_id, device, type_code):
|
|
if not data_platform_api.is_alarmed(project_id, device, type_code):
|
|
- data_platform_api.send_alarm(project_id, device, type_code, '风量偏小')
|
|
|
|
|
|
+ data_platform_api.send_alarm(project_id, device, type_code, '智能诊断风侧脏堵')
|
|
|
|
|
|
return
|
|
return
|
|
|
|
|