|
@@ -611,9 +611,9 @@ class DevicePushService:
|
|
elif event_type == 704:
|
|
elif event_type == 704:
|
|
msg_type = '电量低'
|
|
msg_type = '电量低'
|
|
elif event_type == 705:
|
|
elif event_type == 705:
|
|
- msg_type = '录像异常,请重新插拔或格式化 SD 卡。'
|
|
|
|
|
|
+ msg_type = 'SD卡异常,请重新插拔或格式化SD卡。'
|
|
if is_save_msg:
|
|
if is_save_msg:
|
|
- msg_type = '录像异常,请重新插拔或格式化 SD 卡。如问题仍未解决,请联系在线客服。'
|
|
|
|
|
|
+ msg_type = 'SD卡异常,请重新插拔或格式化SD卡。如问题仍未解决,请联系在线客服。'
|
|
|
|
|
|
elif event_type in EventTypeEnumObj.DATA_PUSH_EVENT_TYPE_LIST.value:
|
|
elif event_type in EventTypeEnumObj.DATA_PUSH_EVENT_TYPE_LIST.value:
|
|
msg_type = '有人呼叫,请点击查看'
|
|
msg_type = '有人呼叫,请点击查看'
|
|
@@ -674,9 +674,9 @@ class DevicePushService:
|
|
elif event_type == 704:
|
|
elif event_type == 704:
|
|
msg_type = 'low battery'
|
|
msg_type = 'low battery'
|
|
elif event_type == 705:
|
|
elif event_type == 705:
|
|
- msg_type = 'Abnormal recording, please re-insert or format the SD card.'
|
|
|
|
|
|
+ msg_type = 'SD card is abnormal. Please re-insert or format the SD card.'
|
|
if is_save_msg:
|
|
if is_save_msg:
|
|
- msg_type = 'Abnormal recording, please re-insert or format the SD card. ' \
|
|
|
|
|
|
+ msg_type = 'SD card is abnormal, please re-insert or format the SD card. ' \
|
|
'If the problem is still not solved, please contact online customer service.'
|
|
'If the problem is still not solved, please contact online customer service.'
|
|
|
|
|
|
elif event_type in EventTypeEnumObj.DATA_PUSH_EVENT_TYPE_LIST.value:
|
|
elif event_type in EventTypeEnumObj.DATA_PUSH_EVENT_TYPE_LIST.value:
|