var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/accent-systems.com","hash_tracking":"false","v4_id":"G-069LN2YPE1"};
The screen “Google Sign In” appears. You need to sign in if you would like to register Eddystone EID. Otherwise, skip this step by clicking on the arrow placed in the top left side
Once signed in, choose a Google Project from the list (choose “Not Selected” if you don’t have any), for registering Eddystone EID
Select project
Click on return
Connect to a beacon
Click scan button to find the specific beacon to connect (you may wait the scan to end or once you find the beacon, click on the scan button again to stop it)
Click on the beacon to connect
Connected!
IMPORTANT
If this screen does not appear, the beacon could be in a non-connectable mode. Reset the beacon to entry in a connectable mode period.
Configure Eddystone Service
Being connected, click on Eddystone Service to expand (the current configuration is shown).
Being connected, click on Global Service to expand (the current configuration is shown)
Select mode to turn on/off
Disconnect to save changes
Click on return
Click on return
Click on “SAVE” or “SAVE & DISCONNECT”
Click OK
Change Password
Being connected, click on the menu in the top right side.
In the menu, click on “Change Password”
Enter current password (up) and the new one (down). Then, click on SAVE.
IMPORTANT
When a new password is set the beacon automatically gets locked. In case you want to keep it unlocked, disable relock to retrieve (see chapter 9 “Disable relock beacon).
Change Device Name
Being connected, click on the menu in the top right side.
In the menu, click on “Change Device Name”
Enter the new name and click on SAVE
A warning message appears. Click on YES if you agree.
Factory Reset
Being connected, click on the menu in the top right side.
In the menu, click on “Factory Reset”
IMPORTANT
For the factory reset the beacon must be connected from the locked state. So:
Lock the beacon (see chapter 8)
Connect to the beacon entering password
Apply factory reset
A warning message appears. Click on YES if you agree.
Add Deployment File and scan iBKS beacons
IMPORTANT
The deployment file is provided only for orders of 100 beacons or more and when a custom configuration for each beacon was requested.
The deployment file cannot be used for mass programming. It is for deployment purposes and it is only used to show the configuration of the beacons according to their QR code without the need to connect to it.
Click on “Deployment” tab
Use iTunes on a PC or MAC to load the CSV file you previously received from Accent Systems.
Click Scan button to start scanning iBKS beacons
Click on “scan” beacon
Scan a beacon
Get iBKS beacon deployment info
Annex I. Eddystone fields configuration guide
1. Common fields
ADVERTISING INTERVAL
Advertising Interval in milliseconds (ms)
UID, EID & URL: from 100ms to 10000ms
TLM: from 1000ms to 65535ms (as long as there is at least one slot active a part of this. Otherwise the maximum is 10000ms).
TX. POWER
Radio TX power values in hexadecimal (00 – 07). Next table shows the equivalence between power and hexadecimal value to be set:
CAL. POWER 0m (dBm)
Calibration Power: The transmit power as measured zero meters away from the beacon.
Values between -126dBm and 127dBm.
We suggest -21dBm as default configuration value and we also encourage you to update it after calibrating again once the beacon is placed.
The ID status field shows the ID status in the google platform: if the ID is still available, if it is already registered, if it is still synchronized, …
EID Rotaion Period (K)
It sets from several predefined values how often the advertised encrypted ID is changed.
4. Eddystone URL configuration
URL
18-ASCII chars maximum taking into account the following prefixes and suffixes are encoded to a 1 char size:
For example, http://www.accent-systems-dev.com.mialias.net would be “http://www.” = 1 char, “accent-systems” = 14 chars and “.com” = 1 char, being 16 chars in total amount.
Annex II. iBeacon fields configuration guide
ADVERTISING INTERVAL
Advertising Interval in milliseconds (ms) from 100ms to 10000ms
TX. POWER
Radio TX power values in hexadecimal (00 – 07). Next table shows the equivalence between power and hexadecimal value to be set:
CAL. POWER 1m (dBm)
Calibration Power: The transmit power as measured 1 meter away from the beacon.
Values between -126dBm and 127dBm.
We suggest -58dBm as default configuration value and we also encourage you to update it after calibrating again once the beacon is placed.
UUID [HEX]
A 16-byte hexadecimal (32 hex chars) organizational identifier for your beacon. Example: BA1C51BAB3147EFEE8E5252423222120
Major [HEX]
A 2-byte hexadecimal (4 hex chars) group identifier for your beacon. Example: 0E56
Minor [HEX]
A 2-byte hexadecimal (4 hex chars) unit identifier for your beacon. Example: 09FA
Extra Byte
If enabled, the battery level is advertised in the iBeacon Frame
Annex III. Understanding Connectable Window
In order to configure the connectable window, 2 parameters must be set:
Connectable period: how often the beacon enters in connectable mode. Connectable window: how long the beacon is able to connect.
Look at the next example where the connectable period is set to 60s and the connectable window to 20s. Therefore, every 60s the beacon will be connectable during 20s.
Annex IV. Understanding Adverstising Window
In order to configure the advertising window, 2 parameters must be set:
Advertising ON: what time the advertising starts
Advertising OFF: what time the advertising stops
Note: the difference between ON and OFF times cannot be greater than 17h!
Look at the next example where the advertising ON is set to 8h and the advertising OFF to 21h. Therefore, the beacon will be advertising from 8am till 9pm and will be in stand-by from 9pm till 8am.
Annex V. Understanding Static Mode
The static mode is only available for iBKS Card Beacon and only works for the version PRO.
When the static mode is enabled (ON), the beacon advertises for 10 seconds when a movement is detected by the integrated accelerometer and it does not advertise when there is no movement.
When the static mode is disabled (OFF), the beacon does not take into account the accelerometer status for advertising.
(function() {
var data = {"agents":[{"name":"Eli","phone":"+34653105809","time_start":"08:00","time_end":"17:00","days":[1,2,3,4,5]},{"name":"Albert","phone":"+34662925746","time_start":"08:00","time_end":"17:00","days":[1,2,3,4,5]}],"distribution":"random","message":"Hello! I would like to ask for more info."};
var button = document.getElementById('accent-whatsapp-button');
var agentsPanel = document.getElementById('accent-whatsapp-agents');
if (!button) return;
button.addEventListener('click', function(e) {
e.preventDefault();
if (data.distribution === 'all' && data.agents.length > 1 && agentsPanel) {
// Mostrar panel d'agents
agentsPanel.classList.toggle('active');
} else {
// Obrir WhatsApp directament amb un agent
var agent = data.distribution === 'random'
? data.agents[Math.floor(Math.random() * data.agents.length)]
: data.agents[0];
var phone = agent.phone.replace(/[^0-9]/g, '');
var message = encodeURIComponent(data.message);
var url = 'https://wa.me/' + phone + '?text=' + message;
window.open(url, '_blank');
}
});
// Tancar panel si es fa clic fora
document.addEventListener('click', function(e) {
if (agentsPanel && !e.target.closest('#accent-whatsapp')) {
agentsPanel.classList.remove('active');
}
});
})();
var yith_wcwl_l10n = {"ajax_url":"/wp-admin/admin-ajax.php","redirect_to_cart":"no","yith_wcwl_button_position":"after_add_to_cart","multi_wishlist":"","hide_add_button":"1","enable_ajax_loading":"","ajax_loader_url":"https://accent-systems.com/wp-content/plugins/yith-woocommerce-wishlist/assets/images/ajax-loader-alt.svg","remove_from_wishlist_after_add_to_cart":"1","is_wishlist_responsive":"1","time_to_close_prettyphoto":"3000","fragments_index_glue":".","reload_on_found_variation":"1","mobile_media_query":"768","labels":{"cookie_disabled":"We are sorry, but this feature is available only if cookies on your browser are enabled.","added_to_cart_message":"\u003Cdiv class=\"woocommerce-notices-wrapper\"\u003E\u003Cdiv class=\"woocommerce-message\" role=\"alert\"\u003EProduct added to cart successfully\u003C/div\u003E\u003C/div\u003E"},"actions":{"add_to_wishlist_action":"add_to_wishlist","remove_from_wishlist_action":"remove_from_wishlist","reload_wishlist_and_adding_elem_action":"reload_wishlist_and_adding_elem","load_mobile_action":"load_mobile","delete_item_action":"delete_item","save_title_action":"save_title","save_privacy_action":"save_privacy","load_fragments":"load_fragments"},"nonce":{"add_to_wishlist_nonce":"7ba1a2a9f8","remove_from_wishlist_nonce":"19d18a882f","reload_wishlist_and_adding_elem_nonce":"86a7832a2a","load_mobile_nonce":"ec05872196","delete_item_nonce":"74b7410ba2","save_title_nonce":"f638aac7a9","save_privacy_nonce":"519d76fa22","load_fragments_nonce":"9fe401de99"},"redirect_after_ask_estimate":"","ask_estimate_redirect_url":"https://accent-systems.com","enable_notices":""};
//# sourceURL=jquery-yith-wcwl-js-extra
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":991,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":991,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":true},"version":"3.35.8","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_optimized_markup":true,"e_pro_free_trial_popup":true,"nested-elements":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_editor_one":true,"import-export-customization":true},"urls":{"assets":"https:\/\/accent-systems.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/accent-systems.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/accent-systems.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"3b300235ba"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"viewport_tablet":"991","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":221071,"title":"iBKS%20Config%20Tool%20User%20Manual%20%E2%80%93%20iOS%20-%20Accent%20Systems","excerpt":"","featuredImage":false}};
//# sourceURL=elementor-frontend-js-before
var js_porto_vars = {"rtl":"","theme_url":"https://accent-systems.com/wp-content/themes/porto-child","ajax_url":"https://accent-systems.com/wp-admin/admin-ajax.php?lang=en","cart_url":"https://accent-systems.com/cart/","change_logo":"","container_width":"1140","grid_gutter_width":"30","show_sticky_header":"1","show_sticky_header_tablet":"1","show_sticky_header_mobile":"","ajax_loader_url":"//accent-systems.com/wp-content/themes/porto/images/ajax-loader@2x.gif","category_ajax":"","compare_popup":"1","compare_popup_title":"","prdctfltr_ajax":"","slider_loop":"1","slider_autoplay":"","slider_autoheight":"","slider_speed":"5000","slider_nav":"","slider_nav_hover":"1","slider_margin":"","slider_dots":"1","slider_animatein":"","slider_animateout":"","product_thumbs_count":"4","product_zoom":"1","product_zoom_mobile":"1","product_image_popup":"1","zoom_type":"inner","zoom_scroll":"1","zoom_lens_size":"200","zoom_lens_shape":"square","zoom_contain_lens":"1","zoom_lens_border":"1","zoom_border_color":"#888888","zoom_border":"0","screen_xl":"1170","screen_xxl":"1420","mfp_counter":"%curr% of %total%","mfp_img_error":"\u003Ca href=\"%url%\"\u003EThe image\u003C/a\u003E could not be loaded.","mfp_ajax_error":"\u003Ca href=\"%url%\"\u003EThe content\u003C/a\u003E could not be loaded.","popup_close":"Close","popup_prev":"Previous","popup_next":"Next","request_error":"The requested content cannot be loaded.\u003Cbr/\u003EPlease try again later.","loader_text":"Loading...","submenu_back":"Back","porto_nonce":"c0a6534a6f","use_skeleton_screen":[],"user_edit_pages":"","quick_access":"Click to edit this element.","goto_type":"Go To the Type Builder.","legacy_mode":"","home_url":"https://accent-systems.com/","is_multisite":"","current_blog_id":"1","texts":{"search_history_title":"Search History","search_history_clear_all":"Clear"},"add_to_label":"Add to cart","login_popup_waiting_msg":"Please wait...","wc_placeholder_img":"https://accent-systems.com/wp-content/uploads/woocommerce-placeholder-300x300.png","shop_filter_layout":null,"func_url":"https://accent-systems.com/wp-content/plugins/porto-functionality/","active_lang":"en"};
//# sourceURL=porto-theme-js-extra