issue #10 #11 Apply 2nd welcome suppression feature.

This commit is contained in:
paul kim
2024-05-08 15:14:51 +09:00
parent 1b0d48a31f
commit f2046b2cb3
8 changed files with 51 additions and 38 deletions

View File

@@ -525,7 +525,8 @@ HotelTV.ui_welcome = (function() {
$('.error #countdown #message').text(`System will be shutdown in ${_tmval} second...`);
},
"cb_eoe": function() {
setTimeout(HotelTV.hcap.PwrOff, 500);
//setTimeout(HotelTV.hcap.PwrOff, 500);
setTimeout(HotelTV.hcap.Reboot, 500);
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
}
});