Browse Source

修改低电量提醒内容

locky 11 months ago
parent
commit
75f5a0e6da
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Service/DevicePushService.py

+ 2 - 2
Service/DevicePushService.py

@@ -558,7 +558,7 @@ class DevicePushService:
                 msg_type = '长时间无人出现'
 
             elif event_type == 704:
-                msg_type = '剩余电量 ' + electricity
+                msg_type = '电量低'
             elif event_type == 702:
                 msg_type = '摄像头休眠'
             elif event_type == 703:
@@ -611,7 +611,7 @@ class DevicePushService:
                 msg_type = 'No appearance for a long time'
 
             elif event_type == 704:
-                msg_type = 'Battery remaining ' + electricity
+                msg_type = 'low battery'
             elif event_type == 702:
                 msg_type = 'Camera sleep'
             elif event_type == 703: