Graphisoft®

API Development KitVersion: 18

API_DailyProfile

Operation Profile에 포함된 일일 프로파일을 설명합니다.

    typedef struct {
        GS::uchar_t     name [API_UniLongNameLen];
        double          minTemp[24];
        GS::Bool8       minTempDefs[24];
        double          maxTemp[24];
        GS::Bool8       maxTempDefs[24];
        double          occupancyCount[24];
        double          lightGain[24];
        double          equipmentGain[24];
    } API_DailyProfile;

 

멤버

name
Daily Profile의 이름입니다.
minTemp
하루 중 시간당 희망 최소 온도입니다.
minTempDefs 17
최소 온도를 정의합니다.
maxTemp
하루 중 시간당 희망 최대 온도입니다.
maxTempDefs 17
최대 온도를 정의합니다.
occupancyCount
하루 중 시간 당 점유 횟수입니다.
lightGain
하루 중 시간 당 조명-소득입니다.
equipmentGain
하루 중 시간당 장비-소득입니다.

 

요구사항

버전: API 16 또는 이후
헤더: APIdefs_Attributes.h

 

참고사항

API_OperationProfileType, API_AttributeDefExt
API 타입