Преглед изворни кода

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 '
 }