{"id":16534,"date":"2024-06-13T08:36:31","date_gmt":"2024-06-13T08:36:31","guid":{"rendered":"https:\/\/ig8df3bgexm.preview.infomaniak.website\/snapvue-espace-de-demonstration\/"},"modified":"2024-10-07T13:35:05","modified_gmt":"2024-10-07T13:35:05","slug":"snapvue-espace-de-demonstration","status":"publish","type":"page","link":"https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/","title":{"rendered":"SnapVue &#8211; Espace de d\u00e9monstration"},"content":{"rendered":"            <div class=\"block-popup-demo\">\n            <div class=\"box-popup\">\n                <div class=\"btn-close\">\n                    <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M26.4712 25.5288L16.9425 16.0001L26.4712 6.47132C26.7208 6.21302 26.7208 5.80344 26.4712 5.54505C26.2155 5.28024 25.7934 5.27292 25.5286 5.5287L15.9999 15.0574L6.47123 5.52878C6.21293 5.27927 5.80334 5.27927 5.54496 5.52878C5.28015 5.78456 5.27283 6.20659 5.52861 6.4714L15.0573 16.0001L5.52861 25.5287C5.40361 25.6537 5.33337 25.8232 5.33337 26C5.33329 26.3681 5.6318 26.6666 5.99996 26.6667C6.1768 26.6669 6.34639 26.5966 6.47123 26.4713L15.9999 16.9427L25.5286 26.4714C25.6534 26.5966 25.8231 26.667 26 26.6667C26.1766 26.6666 26.3461 26.5965 26.4711 26.4716C26.7315 26.2112 26.7316 25.7891 26.4712 25.5288Z\" fill=\"white\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"border-popup\">\n                    <div class=\"title-popup\">Test PcVue Remote Solutions<\/div>\n                                            <div class=\"list-item-popup\">\n                                                            <div class=\"item\">\n                                                                            <div class=\"border-info\">\n                                            <div class=\"info-item\">\n                                                                                                    <div class=\"icon\"><img decoding=\"async\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Layer_1-4.png\" alt=\"Layer 1 4\" loading=\"lazy\" \/><\/div>\n                                                                                                                                                    <div class=\"heading\">WebVue<\/div>\n                                                                                            <\/div>\n                                        <\/div>\n                                                                                                                <a class=\"button arrow\" href=\"https:\/\/www.pcvue.com\/webvue\/\" target=\"_self\">ALLER \u00c0 LA D\u00c9MO<\/a>\n                                                                    <\/div>\n                                                            <div class=\"item\">\n                                                                            <div class=\"border-info\">\n                                            <div class=\"info-item\">\n                                                                                                    <div class=\"icon\"><img decoding=\"async\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Layer_1-5.png\" alt=\"Layer 1 5\" loading=\"lazy\" \/><\/div>\n                                                                                                                                                    <div class=\"heading\">SnapVue<\/div>\n                                                                                            <\/div>\n                                        <\/div>\n                                                                                                                <a class=\"button arrow\" href=\"https:\/\/www.pcvue.com\/snapvue\/\" target=\"_self\">ALLER \u00c0 LA D\u00c9MO<\/a>\n                                                                    <\/div>\n                                                            <div class=\"item\">\n                                                                            <div class=\"border-info\">\n                                            <div class=\"info-item\">\n                                                                                                    <div class=\"icon\"><img decoding=\"async\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Layer_1-6.png\" alt=\"Layer 1 6\" loading=\"lazy\" \/><\/div>\n                                                                                                                                                    <div class=\"heading\">TouchVue<\/div>\n                                                                                            <\/div>\n                                        <\/div>\n                                                                                                                <a class=\"button arrow\" href=\"https:\/\/www.pcvue.com\/touchvue\/\" target=\"_self\">ALLER \u00c0 LA D\u00c9MO<\/a>\n                                                                    <\/div>\n                                                    <\/div>\n                                    <\/div>\n            <\/div>\n        <\/div>\n        <script>\n            document.addEventListener('DOMContentLoaded', function() {\n                function setCookie(name, value, days) {\n                    const d = new Date();\n                    d.setTime(d.getTime() + (days * 24 * 60 * 60 * 1000));\n                    const expires = \"expires=\" + d.toUTCString();\n                    document.cookie = name + \"=\" + value + \";\" + expires + \";path=\/\";\n                }\n\n                function getCookie(name) {\n                    const cname = name + \"=\";\n                    const decodedCookie = decodeURIComponent(document.cookie);\n                    const ca = decodedCookie.split(';');\n                    for (let i = 0; i < ca.length; i++) {\n                        let c = ca[i];\n                        while (c.charAt(0) === ' ') {\n                            c = c.substring(1);\n                        }\n                        if (c.indexOf(cname) === 0) {\n                            return c.substring(cname.length, c.length);\n                        }\n                    }\n                    return \"\";\n                }\n\n\n                const popupDemo = document.querySelector('.block-popup-demo');\n                const closeButton = document.querySelector('.btn-close');\n                const borderPopup = document.querySelector('.border-popup');\n\n                function addSkipTimeClass() {\n                    popupDemo.className = 'block-popup-demo skip-time';\n                    popupDemo.style.opacity = '0';                \n                    document.documentElement.style.overflow = 'initial';\n                }\n                if (popupDemo) {\n                    if (getCookie('popupLoadedBefore') === 'true') {\n                        popupDemo.classList.add('skip-time');\n                    } else {\n                        popupDemo.classList.add('time-1');\n                        popupDemo.style.opacity = '1';\n                        document.body.style.overflow = 'hidden';\n                        document.documentElement.style.overflow = 'hidden';\n                        setCookie('popupLoadedBefore', 'true', 365);\n\n                        closeButton.addEventListener('click', addSkipTimeClass);\n                        popupDemo.addEventListener('click', function(e) {\n                            if (!borderPopup.contains(e.target)) {\n                                addSkipTimeClass();\n                            }\n                        });\n                    }\n\n\n                }\n            });\n        <\/script>\n    \n\n\n<div class=\"content-demo-page\">\n    \n                <div class=\"type-block content-content-image\">\n        <div class='block-wrapper'>\n                            <div class='content'>\n                                            <div class='paragraph' data-aos=\"fade-up\"><p>SnapVue est une application mobile bas\u00e9e sur la localisation qui utilise des balises g\u00e9ographiques telles que BLE (Beacon Low Energy), NFC, QRcode pour localiser l&#8217;appareil intelligent et afficher des informations et des contr\u00f4les pertinents \u00e0 l&#8217;utilisateur mobile. <\/p>\n<ol>\n<li>Un serveur de d\u00e9monstration permet de se connecter et de tester SnapVue<\/li>\n<li>Sur cette page, vous pouvez t\u00e9l\u00e9charger SnapVue et le tester.<\/li>\n<li>Vous trouverez des QRCodes \u00e0 scanner et vous pourrez v\u00e9rifier le r\u00e9sultat dans l&#8217;application.<\/li>\n<li>Il est \u00e9galement possible d&#8217;utiliser le NFC ou le BLE si vous en poss\u00e9dez un en utilisant l&#8217;identifiant mentionn\u00e9 sous chaque QRcode<\/li>\n<li>Vous pouvez \u00e9galement t\u00e9l\u00e9charger le document avec tous les QRcode et l&#8217;imprimer.<\/li>\n<\/ol>\n<\/div>\n                                                                <div class=\"content-download-files left\" data-aos=\"fade-up\">\n                            <div class=\"border-download\" data-aos=\"fade-up\">\n                                <a href=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/10\/SnapVue_Demos_Webpages_FR.pdf\" download>\n                                    <span>T\u00e9l\u00e9chargez le guide !<\/span>\n                                    <svg class=\"icon-download\" width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                        <path d=\"M8.5 22.01H16.5C19.3284 22.01 20.7426 22.01 21.6213 21.1313C22.5 20.2527 22.5 18.8384 22.5 16.01V15.01C22.5 12.1816 22.5 10.7674 21.6213 9.88867C20.8529 9.12028 19.675 9.02383 17.5 9.01172M7.5 9.01172C5.32497 9.02383 4.14706 9.12028 3.37868 9.88866C2.5 10.7674 2.5 12.1816 2.5 15.01V16.01C2.5 18.8384 2.5 20.2527 3.37868 21.1313C3.67848 21.4311 4.04062 21.6286 4.5 21.7588\" stroke=\"#131436\" stroke-linecap=\"round\"><\/path>\n                                        <path d=\"M12.5 2.00977V15.0098M12.5 15.0098L9.5 11.5098M12.5 15.0098L15.5 11.5098\" stroke=\"#131436\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n                                    <\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                    <\/div>\n                <div class=\"image\">\n                                            <div class=\"border-image\" data-aos=\"fade-up\">\n                            <picture>\n                                <source media=\"(max-width:767.98px)\" srcset=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/07\/snapvue_demo_area-e1720016180341.png\">\n                                <img decoding=\"async\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/07\/snapvue_demo_area-e1720016180341.png\" alt=\"image\" loading=\"lazy\" \/>\n                            <\/picture>\n                        <\/div>\n                                    <\/div>\n                    <\/div>\n    <\/div>\n    <\/div>\n\n\n\n\n<div class=\"content-demo-page\">\n    \n                <div class=\"type-block references\">\n        <div class='block-wrapper'>\n                                                <h2 class=\"business-title\" data-aos=\"fade-up\">Cliquez sur votre march\u00e9 pour tester !<\/h2>\n                                                    <div class=\"border-list-item\" data-aos=\"fade-up\">\n                                                    <div class=\"item-references\">\n                                                                    <div class=\"icon-item\"><img decoding=\"async\" class=\"data-img\" data-aos=\"fade-up\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Custom-Icons-4.png\" alt=\"image\" loading=\"lazy\" \/><\/div>\n                                                                                                    <div class=\"box-content-item\">\n                                                                                    <div class=\"link-item\">\n                                                <a class=\"button arrow\" href=\"https:\/\/www.pcvue.com\/fr\/snapvue-demonstration-denergie\/\" target=\"_blank\">\u00c9nergie<\/a>\n                                            <\/div>\n                                                                            <\/div>\n                                                            <\/div>\n                                                    <div class=\"item-references\">\n                                                                    <div class=\"icon-item\"><img decoding=\"async\" class=\"data-img\" data-aos=\"fade-up\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Custom-Icons-1.png\" alt=\"image\" loading=\"lazy\" \/><\/div>\n                                                                                                    <div class=\"box-content-item\">\n                                                                                    <div class=\"link-item\">\n                                                <a class=\"button arrow\" href=\"https:\/\/www.pcvue.com\/fr\/snapvue-demonstration-industrie\/\" target=\"_blank\">Industrie<\/a>\n                                            <\/div>\n                                                                            <\/div>\n                                                            <\/div>\n                                                    <div class=\"item-references\">\n                                                                    <div class=\"icon-item\"><img decoding=\"async\" class=\"data-img\" data-aos=\"fade-up\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Custom-Icons-2.png\" alt=\"image\" loading=\"lazy\" \/><\/div>\n                                                                                                    <div class=\"box-content-item\">\n                                                                                    <div class=\"link-item\">\n                                                <a class=\"button arrow\" href=\"https:\/\/www.pcvue.com\/fr\/snapvue-demo-bms\/\" target=\"_blank\">Smart Building<\/a>\n                                            <\/div>\n                                                                            <\/div>\n                                                            <\/div>\n                                                    <div class=\"item-references\">\n                                                                    <div class=\"icon-item\"><img decoding=\"async\" class=\"data-img\" data-aos=\"fade-up\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Custom-Icons-3.png\" alt=\"image\" loading=\"lazy\" \/><\/div>\n                                                                                                    <div class=\"box-content-item\">\n                                                                                    <div class=\"link-item\">\n                                                <a class=\"button arrow\" href=\"https:\/\/www.pcvue.com\/fr\/snapvue-demonstration-de-leau\/\" target=\"_blank\">Eau<\/a>\n                                            <\/div>\n                                                                            <\/div>\n                                                            <\/div>\n                                            <\/div>\n                                    <\/div>\n    <\/div>\n    <\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/demo.php","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-16534","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SnapVue - Espace de d\u00e9monstration - PcVue<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SnapVue - Espace de d\u00e9monstration - PcVue\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/\" \/>\n<meta property=\"og:site_name\" content=\"PcVue\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-07T13:35:05+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/\",\"url\":\"https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/\",\"name\":\"SnapVue - Espace de d\u00e9monstration - PcVue\",\"isPartOf\":{\"@id\":\"https:\/\/www.pcvue.com\/fr\/#website\"},\"datePublished\":\"2024-06-13T08:36:31+00:00\",\"dateModified\":\"2024-10-07T13:35:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pcvue.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SnapVue &#8211; Espace de d\u00e9monstration\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/#website\",\"url\":\"https:\/\/www.pcvue.com\/fr\/\",\"name\":\"PcVue\",\"description\":\"LET&#039;S ENGINEER\",\"publisher\":{\"@id\":\"https:\/\/www.pcvue.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.pcvue.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/#organization\",\"name\":\"PcVue\",\"url\":\"https:\/\/www.pcvue.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/04\/fullColor.svg\",\"contentUrl\":\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/04\/fullColor.svg\",\"caption\":\"PcVue\"},\"image\":{\"@id\":\"https:\/\/www.pcvue.com\/fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SnapVue - Espace de d\u00e9monstration - PcVue","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/","og_locale":"fr_FR","og_type":"article","og_title":"SnapVue - Espace de d\u00e9monstration - PcVue","og_url":"https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/","og_site_name":"PcVue","article_modified_time":"2024-10-07T13:35:05+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/","url":"https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/","name":"SnapVue - Espace de d\u00e9monstration - PcVue","isPartOf":{"@id":"https:\/\/www.pcvue.com\/fr\/#website"},"datePublished":"2024-06-13T08:36:31+00:00","dateModified":"2024-10-07T13:35:05+00:00","breadcrumb":{"@id":"https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.pcvue.com\/fr\/snapvue-espace-de-demonstration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pcvue.com\/fr\/"},{"@type":"ListItem","position":2,"name":"SnapVue &#8211; Espace de d\u00e9monstration"}]},{"@type":"WebSite","@id":"https:\/\/www.pcvue.com\/fr\/#website","url":"https:\/\/www.pcvue.com\/fr\/","name":"PcVue","description":"LET&#039;S ENGINEER","publisher":{"@id":"https:\/\/www.pcvue.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pcvue.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.pcvue.com\/fr\/#organization","name":"PcVue","url":"https:\/\/www.pcvue.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.pcvue.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/04\/fullColor.svg","contentUrl":"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/04\/fullColor.svg","caption":"PcVue"},"image":{"@id":"https:\/\/www.pcvue.com\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/pages\/16534","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/comments?post=16534"}],"version-history":[{"count":7,"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/pages\/16534\/revisions"}],"predecessor-version":[{"id":23863,"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/pages\/16534\/revisions\/23863"}],"wp:attachment":[{"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/media?parent=16534"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}