Переглянути джерело

APP消息更新火焰检测文案

zhangdongming 1 рік тому
батько
коміт
a3f60b55b7
1 змінених файлів з 4 додано та 2 видалено
  1. 4 2
      AnsjerPush/config.py

+ 4 - 2
AnsjerPush/config.py

@@ -162,7 +162,8 @@ EVENT_DICT_CN = {
         2: '有人离开 '
     },
     67: '检测到哭声 ',
-    68: '检测到手势 '
+    68: '检测到手势 ',
+    69: '检测到火焰 '
 }
 
 EVENT_DICT = {
@@ -181,5 +182,6 @@ EVENT_DICT = {
         2: 'Someone left '
     },
     67: 'Cries detected ',
-    68: 'Gesture detected '
+    68: 'Gesture detected ',
+    69: 'Flame detected '
 }