소스 검색

fix a spelling error

highing666 3 년 전
부모
커밋
045fe07a4e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/models/domain/devices.py

+ 1 - 1
app/models/domain/devices.py

@@ -204,7 +204,7 @@ class ACATFUSupplyAirTempSetResponse(BaseModel):
 
 
 class ACATFUFreqSetRequest(BaseModel):
-    device_id: float
+    device_id: str
     freq: float
     hot_ratio: float
     cold_ratio: float