Browse Source

优化配置查询

zhangdongming 2 weeks ago
parent
commit
0719188694
1 changed files with 1 additions and 0 deletions
  1. 1 0
      AdminController/DeviceManagementController.py

+ 1 - 0
AdminController/DeviceManagementController.py

@@ -1532,6 +1532,7 @@ class DeviceManagement(View):
                         'otherFeatures': device_ver_info.other_features,
                         'electricityStatistics': device_ver_info.electricity_statistics,
                         'supportsPetTracking': device_ver_info.supports_pet_tracking,
+                        'has4gCloud': device_ver_info.has_4g_cloud,
                         'createdTime': device_ver_info.created_time,
                         'updatedTime': device_ver_info.updated_time
                     }