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

火焰检测更新文案配置

zhangdongming 2 жил өмнө
parent
commit
145bd706f4

+ 4 - 2
AnsjerPush/config.py

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