Explorar el Código

amend VRF control logic

highing666 hace 3 años
padre
commit
b625cc1025
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]