浏览代码

delete get_results function

chenhaiyang 4 年之前
父节点
当前提交
81275f6b66
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      app/controllers/equipment/vav.py

+ 0 - 3
app/controllers/equipment/vav.py

@@ -157,9 +157,6 @@ class VAVControllerV2(VAVController):
         await self.get_supply_air_flow_set(temperature_set, temperature_realtime)
         self.equipment.running_status = True
 
-    def get_results(self):
-        return self.equipment
-
 
 async def fetch_vav_control_params(project_id: str, equipment_id: str) -> Dict:
     async with AsyncClient() as client: