소스 검색

fix VRF type

highing666 3 년 전
부모
커밋
419169a5f5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/schemas/equipment.py

+ 1 - 0
app/schemas/equipment.py

@@ -67,6 +67,7 @@ class PAU(BaseEquipment):
 
 
 class VRF(BaseEquipment):
+    equip_switch_set: Optional[str]
     speed: Optional[str]
     speed_set: Optional[str]
     current_temperature_set: Optional[float]