Browse Source

fix a spelling error

highing666 3 năm trước cách đây
mục cha
commit
045fe07a4e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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