Эх сурвалжийг харах

APP消息更新火焰检测文案

zhangdongming 2 жил өмнө
parent
commit
a3f60b55b7

+ 4 - 2
AnsjerPush/config.py

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