瀏覽代碼

modify description

chenhaiyang 5 年之前
父節點
當前提交
db2fd26e6f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -72,7 +72,7 @@ def guard():
         if annunciator.get('alarm_type') == 1:
             type_code = '001'
             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