Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 2.12 KB

ProgramType.md

File metadata and controls

22 lines (17 loc) · 2.12 KB

DragonflySchema.Model.ProgramType

Properties

Name Type Description Notes
UserData Object Optional dictionary of user data associated with the object.All keys and values of this dictionary should be of a standard data type to ensure correct serialization of the object (eg. str, float, int, list). [optional]
Type string [optional] [readonly] [default to "ProgramType"]
People People People to describe the occupancy of the program. If None, no occupancy will be assumed for the program. [optional]
Lighting Lighting Lighting to describe the lighting usage of the program. If None, no lighting will be assumed for the program. [optional]
ElectricEquipment ElectricEquipment ElectricEquipment to describe the usage of electric equipment within the program. If None, no electric equipment will be assumed. [optional]
GasEquipment GasEquipment GasEquipment to describe the usage of gas equipment within the program. If None, no gas equipment will be assumed. [optional]
ServiceHotWater ServiceHotWater ServiceHotWater object to describe the usage of hot water within the program. If None, no hot water will be assumed. [optional]
Infiltration Infiltration Infiltration to describe the outdoor air leakage of the program. If None, no infiltration will be assumed for the program. [optional]
Ventilation Ventilation Ventilation to describe the minimum outdoor air requirement of the program. If None, no ventilation requirement will be assumed. [optional]
Setpoint Setpoint Setpoint object to describe the temperature and humidity setpoints of the program. If None, the ProgramType cannot be assigned to a Room that is conditioned. [optional]

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