issue #10 #11 Change to online mode to local-storage mode.

This commit is contained in:
paul kim
2024-07-04 16:23:31 +09:00
parent f2e0890c3d
commit 16ecff93d8
8 changed files with 149 additions and 90 deletions

View File

@@ -7532,6 +7532,7 @@ HotelTV.ui_appfull = (function() {
let _state = HotelTV.state;
let _trTbl = HotelTV.translation;
setTimeout(HotelTV.hal.Reboot, 12000);
HotelTV.ui_utils.ShowSysNoticeMsg(true,
"notice",
"SYSTEM NOTICE",
@@ -7546,7 +7547,6 @@ HotelTV.ui_appfull = (function() {
$('.error #countdown #message').text(`System will be shutdown in ${_tmval} second...`);
},
"cb_eoe": function() {
setTimeout(HotelTV.hal.Reboot, 500);
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
}
});
@@ -7555,6 +7555,7 @@ HotelTV.ui_appfull = (function() {
let _state = HotelTV.state;
let _trTbl = HotelTV.translation;
setTimeout(HotelTV.hal.Reboot, 12000);
HotelTV.ui_utils.ShowSysNoticeMsg(true,
"notice",
"SYSTEM NOTICE",
@@ -7569,7 +7570,6 @@ HotelTV.ui_appfull = (function() {
$('.error #countdown #message').text(`System will be restart in ${_tmval} second...`);
},
"cb_eoe": function() {
setTimeout(HotelTV.hal.Reboot, 500);
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
}
});
@@ -7578,6 +7578,8 @@ HotelTV.ui_appfull = (function() {
let _state = HotelTV.state;
let _trTbl = HotelTV.translation;
setTimeout(HotelTV.hal.Reboot, 32000);
HotelTV.ui_utils.ShowSysNoticeMsg(true,
"notice",
"SYSTEM NOTICE",
@@ -7592,8 +7594,6 @@ HotelTV.ui_appfull = (function() {
$('.error #countdown #message').text(`System will be shutdown in ${_tmval} second...`);
},
"cb_eoe": function() {
//setTimeout(HotelTV.hal.PwrOff, 500);
setTimeout(HotelTV.hal.Reboot, 500);
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
}
});
@@ -7603,7 +7603,7 @@ HotelTV.ui_appfull = (function() {
let _tmval = 30;
let _state = HotelTV.state;
let _trTbl = HotelTV.translation;
setTimeout(HotelTV.hal.Reboot, 32000);
HotelTV.ui_utils.ShowSysNoticeMsg(true,
"notice",
"SYSTEM NOTICE",
@@ -7618,7 +7618,6 @@ HotelTV.ui_appfull = (function() {
$('.error #countdown #message').text(`System will be restart in ${_tmval} second...`);
},
"cb_eoe": function() {
setTimeout(HotelTV.hal.Reboot, 500);
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
}
});