|
@@ -645,7 +645,7 @@ public class SetAddress extends Activity
|
|
|
}
|
|
|
if (ModelType == Version.MODEL_TYPE.IHN_1010GL_I_2443 || ModelType == Version.MODEL_TYPE.IHN_1010GL_I_6410) {
|
|
|
message += "IP: 10.1.1.1\n" +
|
|
|
- "Door: Smart Key Cam\n" +
|
|
|
+ "Door: Smart Key Dawoo Cam\n" +
|
|
|
"Smartkey: BLE Band\n" +
|
|
|
"SUBPHONE_BAUDRATE: 9600\n" +
|
|
|
"EnergyDevices: Enabled\n" +
|
|
@@ -1065,7 +1065,7 @@ public class SetAddress extends Activity
|
|
|
else if (Version.getModelType() == Version.MODEL_TYPE.IHN_1010GL || Version.getModelType() == Version.MODEL_TYPE.IHN_1010GL_I
|
|
|
|| Version.getModelType() == Version.MODEL_TYPE.IHN_1010GL_I_2443 || Version.getModelType() == Version.MODEL_TYPE.IHN_1010GL_I_6410) {
|
|
|
mWallpadDeviceSet.Set_LightingControllerType(WallpadDeviceSet.LIGHT_TYPE_HDC_INTLIGHT_ADD_BATCHLIGHT_MULTISWITCH); // 현산향일체형조명일괄소등병합형_멀티스위치
|
|
|
- mWallpadDeviceSet.Set_DoorCameraType(WallpadDeviceSet.DOORTYPE_SMARTKEY); // 스마트키 현관카메라
|
|
|
+ mWallpadDeviceSet.Set_DoorCameraType(WallpadDeviceSet.DOORTYPE_DAEWOO_SMART); // 스마트키 대우현관카메라
|
|
|
mWallpadDeviceSet.Set_BLESmartKeyType(WallpadDeviceSet.BLESMARTKEY_BAND); // BLE 스마트 밴드
|
|
|
mWallpadDeviceSet.Set_MotionSensorType(true, true, true, false); // 내부동체 사용, 외부동체 사용, 외부동체를 내부동체로 사용
|
|
|
mWallpadDeviceSet.Set_RefugeLadderUsage(true); // 피난사다리 사용
|