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