Pārlūkot izejas kodu

fix a spelling error

highing666 3 gadi atpakaļ
vecāks
revīzija
045fe07a4e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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