diff --git a/procentric/application/lib/hoteltv.hcap.js b/procentric/application/lib/hoteltv.hcap.js index 106f63d..9c5c777 100755 --- a/procentric/application/lib/hoteltv.hcap.js +++ b/procentric/application/lib/hoteltv.hcap.js @@ -984,8 +984,8 @@ HotelTV.hcap = (function() { // WIFI SCREEN SHARE if (_devinfo["wifi_screen_share"] !== undefined) { - if (_devinfo["wifi_screen_share"] != 0) { - _pmFxnArProperty.push(__hcapfxn_set_property('wifi_screen_share', 0)); + if (_devinfo["wifi_screen_share"] != 1) { + _pmFxnArProperty.push(__hcapfxn_set_property('wifi_screen_share', 1)); } } @@ -998,8 +998,8 @@ HotelTV.hcap = (function() { // SMART PARING if (_devinfo["smart_pairing"] !== undefined) { - if (_devinfo["smart_pairing"] != 1) { - _pmFxnArProperty.push(__hcapfxn_set_property('smart_pairing', 1)); + if (_devinfo["smart_pairing"] != 0) { + _pmFxnArProperty.push(__hcapfxn_set_property('smart_pairing', 0)); } } @@ -1052,6 +1052,13 @@ HotelTV.hcap = (function() { } } + // SECURITY LEVEL + if (_devinfo["security_level"] !== undefined) { + if (_devinfo["security_level"] != 1) { + _pmFxnArProperty.push(__hcapfxn_set_property('security_level', 1)); + } + } + // // OSD LAYER ID // if (_devinfo["osd_layer_id"] !== undefined) { // if (_devinfo["osd_layer_id"] != 0) {