@@ -114,8 +114,8 @@ public class HeatingFinder_Controller extends DeviceManager
public HeatingFinder_Controller()
{
/* 로그 초기상태 */
- log_sw = false;
- SerialLog = false;
+// log_sw = true;
+// SerialLog = true;
/* 통신성공률 변수 초기화 */
super.CommDataGeneration(1);
@@ -155,8 +155,8 @@ public class HeatingV1_Controller extends DeviceManager
public HeatingV1_Controller()
/** 로그 초기상태 */
/** 통신성공률 변수 초기화 */
@@ -210,8 +210,8 @@ public class HeatingV2_Controller extends DeviceManager
public HeatingV2_Controller()
/** 모델정보 가져오기 */
mModelType = Version.getModelType();
@@ -163,7 +163,8 @@ public class Light_Controller extends DeviceManager
public Light_Controller()