|
@@ -180,8 +180,8 @@ EVENT_DICT_CN = {
|
|
|
69: '检测到火焰 ',
|
|
|
70: '看不到宝宝的脸了,快去看看!',
|
|
|
71: '有包裹出现',
|
|
|
- 72: '检测到电动车',
|
|
|
- 73: '检测到遮挡',
|
|
|
+ 72: '检测到电瓶车',
|
|
|
+ 73: '检测到画面被遮挡',
|
|
|
}
|
|
|
|
|
|
EVENT_DICT = {
|
|
@@ -209,8 +209,8 @@ EVENT_DICT = {
|
|
|
69: 'Flame detected ',
|
|
|
70: 'Cant see the baby\'s face now, go take a look!',
|
|
|
71: 'Package detected ',
|
|
|
- 72: 'Battery operated vehicle detected',
|
|
|
- 73: 'Occlusion detected'
|
|
|
+ 72: 'The battery cart was detected',
|
|
|
+ 73: 'The image is detected to be occluded'
|
|
|
}
|
|
|
|
|
|
# 小米推送通知类别id
|