Skip to content

Commit

Permalink
Change datatype for HVAC temeprature actuator to float to allow small…
Browse files Browse the repository at this point in the history
…er than 1°C granualrity (#637)

Signed-off-by: Sebastian Schildt <[email protected]>
  • Loading branch information
SebastianSchildt authored Sep 15, 2023
1 parent 3a03be6 commit 432f845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Cabin/SingleHVACStation.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FanSpeed:
description: Fan Speed, 0 = off. 100 = max

Temperature:
datatype: int8
datatype: float
type: actuator
unit: celsius
description: Temperature
Expand Down

0 comments on commit 432f845

Please sign in to comment.