|
@@ -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);
|
|
|
+ mWallpadDeviceSet.Set_DoorCameraType(WallpadDeviceSet.DOORTYPE_DAEWOO_SMART);
|
|
|
mWallpadDeviceSet.Set_MotionSensorType(true, true, true, false);
|
|
|
mWallpadDeviceSet.Set_RefugeLadderUsage(true);
|
|
|
}
|