|
|
@@ -192,7 +192,7 @@ public class wallpaddbmgr {
|
|
|
{"1", "1", define.DEVICE_ID_DISTRIBUTION_KIND, define.DEVICE_DISABLE, "종류(사용안함)"},
|
|
|
};
|
|
|
|
|
|
- private static String[][] iHN1000_DevicesSettingInitData = new String[][] {
|
|
|
+ private static String[][] iHN1010_I_ALT_DevicesSettingInitData = new String[][] {
|
|
|
|
|
|
{"1", "1", define.DEVICE_ID_GAS, define.DEVICE_ENABLE, ""},
|
|
|
{"1", "1", define.DEVICE_ID_ELECTRIC_RANGE, define.DEVICE_DISABLE, ""},
|
|
|
@@ -200,7 +200,7 @@ public class wallpaddbmgr {
|
|
|
{"1", "4", define.DEVICE_ID_THERMO, define.DEVICE_ENABLE, ""},
|
|
|
{"1", "3", define.DEVICE_ID_LIGHT, define.DEVICE_ENABLE, "종류(대외기본형)"},
|
|
|
{"1", "5", define.DEVICE_ID_REALTIMEMETER, define.DEVICE_DISABLE, ""},
|
|
|
- {"1", "1", define.DEVICE_ID_BATCHLIGHT, define.DEVICE_ENABLE, "종류(대외향일괄소등제어기)L1설정(3)L2설정(4)"},
|
|
|
+ {"1", "1", define.DEVICE_ID_BATCHLIGHT, define.DEVICE_ENABLE, "종류(현산향일괄소등제어기)L1설정(3)L2설정(4)"},
|
|
|
{"1", "1", define.DEVICE_ID_REMOTECON, define.DEVICE_DISABLE, ""},
|
|
|
{"1", "1", define.DEVICE_ID_DOORCAM, define.DEVICE_ENABLE, "종류(기본)"},
|
|
|
{"1", "1", define.DEVICE_ID_VENTIL, define.DEVICE_DISABLE, ""},
|
|
|
@@ -2023,20 +2023,20 @@ public class wallpaddbmgr {
|
|
|
}
|
|
|
else if (mModelType == Version.MODEL_TYPE.IHN_1010_I_ALT)
|
|
|
{
|
|
|
- for (int i = 0; i < iHN1000_DevicesSettingInitData.length; i++) {
|
|
|
+ for (int i = 0; i < iHN1010_I_ALT_DevicesSettingInitData.length; i++) {
|
|
|
Log.d(TAG, mModelType+"_DevicesSettingInitData! "+i);
|
|
|
InsertinitDeviceData("subdev_list"
|
|
|
- , iHN1000_DevicesSettingInitData[i][2]
|
|
|
+ , iHN1010_I_ALT_DevicesSettingInitData[i][2]
|
|
|
, 0
|
|
|
- , iHN1000_DevicesSettingInitData[i][0]+
|
|
|
+ , iHN1010_I_ALT_DevicesSettingInitData[i][0]+
|
|
|
"("
|
|
|
- +iHN1000_DevicesSettingInitData[i][1]+
|
|
|
+ + iHN1010_I_ALT_DevicesSettingInitData[i][1]+
|
|
|
":"
|
|
|
- +iHN1000_DevicesSettingInitData[i][2]+
|
|
|
+ + iHN1010_I_ALT_DevicesSettingInitData[i][2]+
|
|
|
"("+
|
|
|
- iHN1000_DevicesSettingInitData[i][3]+
|
|
|
+ iHN1010_I_ALT_DevicesSettingInitData[i][3]+
|
|
|
")"+
|
|
|
- iHN1000_DevicesSettingInitData[i][4]+
|
|
|
+ iHN1010_I_ALT_DevicesSettingInitData[i][4]+
|
|
|
")"
|
|
|
);
|
|
|
}
|