Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.67 KB

Setpoint.md

File metadata and controls

19 lines (14 loc) · 1.67 KB

HoneybeeSchema.Model.Setpoint

Properties

Name Type Description Notes
Identifier string Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \n \t).
DisplayName string Display name of the object with no character restrictions. [optional]
CoolingSchedule AnyOfScheduleRulesetScheduleFixedInterval Schedule for the cooling setpoint. The values in this schedule should be temperature in [C].
HeatingSchedule AnyOfScheduleRulesetScheduleFixedInterval Schedule for the heating setpoint. The values in this schedule should be temperature in [C].
Type string [optional] [readonly] [default to "Setpoint"]
HumidifyingSchedule AnyOfScheduleRulesetScheduleFixedInterval Schedule for the humidification setpoint. The values in this schedule should be in [%]. [optional]
DehumidifyingSchedule AnyOfScheduleRulesetScheduleFixedInterval Schedule for the dehumidification setpoint. The values in this schedule should be in [%]. [optional]

[Back to Model list] [Back to API list] [Back to README]