Explorar o código

推送修改低电量提醒

linhaohong hai 11 meses
pai
achega
1e7855c12a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Service/DevicePushService.py

+ 1 - 1
Service/DevicePushService.py

@@ -564,7 +564,7 @@ class DevicePushService:
                 msg_type = '长时间无人出现'
 
             elif event_type == 704:
-                msg_type = '剩余电量 ' + electricity
+                msg_type = '电量低'
             elif event_type == 702:
                 msg_type = '摄像头休眠'
             elif event_type == 703: