Parcourir la source

推送修改低电量提醒

linhaohong il y a 11 mois
Parent
commit
1e7855c12a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: