Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.19 KB

ScheduleTypeLimit.md

File metadata and controls

19 lines (14 loc) · 1.19 KB

HoneybeeSchema.Model.ScheduleTypeLimit

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]
Type string [optional] [readonly] [default to "ScheduleTypeLimit"]
LowerLimit AnyOfNoLimitdouble Lower limit for the schedule type or NoLimit. [optional]
UpperLimit AnyOfNoLimitdouble Upper limit for the schedule type or NoLimit. [optional]
NumericType ScheduleNumericType [optional]
UnitType ScheduleUnitType [optional]

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