Browse Source

amend VRF control logic

highing666 3 năm trước cách đây
mục cha
commit
b625cc1025
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

@@ -41,7 +41,7 @@ class ACATVIInstructionsTemporaryResponse(BaseModel):
 class ACATVIInstructionsResponse(BaseModel):
     switch_set: Optional[str]
     speed_set: Optional[str]
-    temperature_set: Optional[str]
+    temperature_set: Optional[float]
     mode_set: Optional[str]