|
@@ -2360,7 +2360,7 @@ public class MainActivity extends WpadActivity {
|
|
|
}
|
|
|
else if (arrayList.get(i).equals(API_Menu.SubMenuCtrl.Name_Venti)) {
|
|
|
Log.d(TAG, "[loadDefaultMenuList] nVentilType[1] = " + nVentilType[1]);
|
|
|
- if (nVentilType[1] == WallpadDeviceSet.VENTIL_TYPE_NORMAL) {
|
|
|
+ if (nVentilType[1] == WallpadDeviceSet.VENTIL_TYPE_NORMAL_NEW || nVentilType[1] == WallpadDeviceSet.VENTIL_TYPE_NORMAL_OLD) {
|
|
|
tempMenuListDataClass.idMappingTable[i].Id = API_Menu.SubMenuCtrl.ChangAir_Normal;
|
|
|
tempMenuListDataClass.idMappingTable[i].Name = API_Menu.SubMenuCtrl.Name_Venti;
|
|
|
}
|