Explorar el Código

delete get_results function

chenhaiyang hace 4 años
padre
commit
81275f6b66
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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: