|
@@ -675,7 +675,7 @@ public class SetAddress extends Activity
|
|
|
message += "IP: 10.1.1.1\n" +
|
|
|
"Light: Each room\n" +
|
|
|
"IntegSW: Enabled\n" +
|
|
|
- "Door: RF Cam\n" +
|
|
|
+ "Door: Smart Key Dawoo Cam\n" +
|
|
|
"In/Out Sensor: Enabled\n" +
|
|
|
"Use Out Sensor as In Sensor: Enabled\n" +
|
|
|
"Refuge ladder: Enabled";
|
|
@@ -1084,7 +1084,7 @@ public class SetAddress extends Activity
|
|
|
else {
|
|
|
mWallpadDeviceSet.Set_LightingControllerType(WallpadDeviceSet.LIGHT_TYPE_ROOM); // 조명(각실)
|
|
|
mWallpadDeviceSet.Set_IntegratedSwitchUsage(true); // 통합스위치 사용
|
|
|
- mWallpadDeviceSet.Set_DoorCameraType(WallpadDeviceSet.DOORTYPE_RFCAM); // RF 현관 카메라
|
|
|
+ mWallpadDeviceSet.Set_DoorCameraType(WallpadDeviceSet.DOORTYPE_DAEWOO_SMART); // 스마트키 대우현관카메라
|
|
|
mWallpadDeviceSet.Set_MotionSensorType(true, true, true, false); // 내부동체 사용, 외부동체 사용, 외부동체를 내부동체로 사용
|
|
|
mWallpadDeviceSet.Set_RefugeLadderUsage(true); // 피난사다리 사용
|
|
|
}
|