Преглед изворни кода

推送修改低电量提醒

linhaohong пре 11 месеци
родитељ
комит
42e2339c88
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Service/DevicePushService.py

+ 1 - 1
Service/DevicePushService.py

@@ -617,7 +617,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: