Browse Source

获取电池电量返回上报时间

zhangdongming 5 tháng trước cách đây
mục cha
commit
c37b996a09
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Controller/UserDevice/DeviceReportController.py

+ 1 - 0
Controller/UserDevice/DeviceReportController.py

@@ -95,6 +95,7 @@ class DeviceReportView(View):
                 'working_hours',
                 'wake_sleep',
                 'battery_level',
+                'report_time',
                 named=True  # 使用命名元组方便访问
             )
             # endregion