issue #10 property 기본값 변경.
This commit is contained in:
@@ -984,8 +984,8 @@ HotelTV.hcap = (function() {
|
|||||||
|
|
||||||
// WIFI SCREEN SHARE
|
// WIFI SCREEN SHARE
|
||||||
if (_devinfo["wifi_screen_share"] !== undefined) {
|
if (_devinfo["wifi_screen_share"] !== undefined) {
|
||||||
if (_devinfo["wifi_screen_share"] != 0) {
|
if (_devinfo["wifi_screen_share"] != 1) {
|
||||||
_pmFxnArProperty.push(__hcapfxn_set_property('wifi_screen_share', 0));
|
_pmFxnArProperty.push(__hcapfxn_set_property('wifi_screen_share', 1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -998,8 +998,8 @@ HotelTV.hcap = (function() {
|
|||||||
|
|
||||||
// SMART PARING
|
// SMART PARING
|
||||||
if (_devinfo["smart_pairing"] !== undefined) {
|
if (_devinfo["smart_pairing"] !== undefined) {
|
||||||
if (_devinfo["smart_pairing"] != 1) {
|
if (_devinfo["smart_pairing"] != 0) {
|
||||||
_pmFxnArProperty.push(__hcapfxn_set_property('smart_pairing', 1));
|
_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
|
// // OSD LAYER ID
|
||||||
// if (_devinfo["osd_layer_id"] !== undefined) {
|
// if (_devinfo["osd_layer_id"] !== undefined) {
|
||||||
// if (_devinfo["osd_layer_id"] != 0) {
|
// if (_devinfo["osd_layer_id"] != 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user