From 51943546e3a096fe67769ace1e4777fbda22e514 Mon Sep 17 00:00:00 2001 From: Paul Kim Date: Wed, 4 Oct 2023 15:56:12 +0900 Subject: [PATCH] =?UTF-8?q?issue=20#10=20property=20=EA=B8=B0=EB=B3=B8?= =?UTF-8?q?=EA=B0=92=20=EB=B3=80=EA=B2=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- procentric/application/lib/hoteltv.hcap.js | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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) {