@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="kr.co.icontrols.wallpadhomectrl"
android:versionCode="17"
- android:versionName="2022.08.25.01">
+ android:versionName="2023.03.14.01">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
@@ -938,6 +938,14 @@ public class VentilationMainScreen extends WpadScreen {
return;
}
+ //jglee - 2023.03.13 예약중 알람 팝업 처리
+ if (mVentilData.VentilStatus.Reservation) {
+ printDebugLog("[onTouchEvent] ========== jeff 2 ==========");
+ // 예약중입니다 팝업 알람
+ startAlarmPopup(ID.VentiPopup_Alarm.kind.ReservationClear);
+ return;
+ }
+
boolean OnOff = false;
if (!mVentilData.VentilStatus.ByPass) OnOff = true;