瀏覽代碼

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