diff --git a/procentric/application/lib/hoteltv.hcap.js b/procentric/application/lib/hoteltv.hcap.js index 2888aac..dff44a6 100755 --- a/procentric/application/lib/hoteltv.hcap.js +++ b/procentric/application/lib/hoteltv.hcap.js @@ -910,7 +910,7 @@ HotelTV.hcap = (function() { // STEP#005::> Power Mode if (_devinfo["instant_power"] !== undefined) { - let _instant_pwr_target_mode = 2; + let _instant_pwr_target_mode = Number(_devconfig.system.misc.instantPower); if (_devinfo["instant_power"] != _instant_pwr_target_mode) { console.log("INSTANT POWER MODE::> off"); __hcapfxn_set_property('instant_power', _instant_pwr_target_mode).then(_result => {