E_HVACConvectionMode
TYPE E_HVACConvectionMode :
(
eHVACConvectionMode_WithFan := 0,
eHVACConvectionMode_WithoutFan := 1
);
END_TYPETYPE E_HVACConvectionMode :
(
eHVACConvectionMode_WithFan := 0,
eHVACConvectionMode_WithoutFan := 1
);
END_TYPE