Selaa lähdekoodia

modify description

chenhaiyang 5 vuotta sitten
vanhempi
commit
db2fd26e6f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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