Explorar o código

delete get_results function

chenhaiyang %!s(int64=4) %!d(string=hai) anos
pai
achega
81275f6b66
Modificáronse 1 ficheiros con 0 adicións e 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: