
Mi LED Smart Bulb (Cool White)
/* =============== Mi Smart LED Bulb Cool White =============== */ #smart_led_bulb_cool_white { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; font-family: Camphor Pro; } #smart_led_bulb_cool_white ul, #smart_led_bulb_cool_white ol { list-style: none; padding-left: 0; } #smart_led_bulb_cool_white video, #smart_led_bulb_cool_white img { vertical-align: middle; } #smart_led_bulb_cool_white video { width: 100%; height: auto; } #smart_led_bulb_cool_white.xiaomi_container { max-width: 2560px; } #smart_led_bulb_cool_white .section { line-height: 1.2; } #smart_led_bulb_cool_white .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #smart_led_bulb_cool_white .font-bold { font-weight: 700; } #smart_led_bulb_cool_white .font-light { font-weight: 300; } #smart_led_bulb_cool_white .text-box { text-align: center; color: #191919; padding: 5% 12.5%; } #smart_led_bulb_cool_white .text-box.text-box--left { text-align: left; } #smart_led_bulb_cool_white .text-box--white { color: #ffffff; } #smart_led_bulb_cool_white .text-box .title, #smart_led_bulb_cool_white .text-box .desc, #smart_led_bulb_cool_white .text-box .text { display: block; } #smart_led_bulb_cool_white .text-box .title { font-size: 36px; line-height: 1.2; } #smart_led_bulb_cool_white .text-box .title.title--big { font-size: 42px; margin-bottom: 20px; } #smart_led_bulb_cool_white .text-box .title--color { margin-bottom: 15px; opacity: .5; } #smart_led_bulb_cool_white .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 700; } #smart_led_bulb_cool_white .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 25px; font-weight: 300; } #smart_led_bulb_cool_white .text-box--white .text { color: #ffffff; } #smart_led_bulb_cool_white .text-box .text.text--small { font-size: 14px; opacity: .5; } #smart_led_bulb_cool_white .video-box, #smart_led_bulb_cool_white .image-box { padding: 0 12.5%; } #smart_led_bulb_cool_white .video-box video { width: 100%; height: auto; } #smart_led_bulb_cool_white .video a, #smart_led_bulb_cool_white .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #smart_led_bulb_cool_white .video a img, #smart_led_bulb_cool_white .video .video-link img { transition: 0.3s ease-in-out transform; } #smart_led_bulb_cool_white .video a:hover img, #smart_led_bulb_cool_white .video .video-link:hover img { transform: scale(1.1); } #smart_led_bulb_cool_white .video a::after, #smart_led_bulb_cool_white .video .video-link::after { content: ''; position: absolute; transform: translateX(-50%) translateY(-50%); width: 56px; height: 56px; background: url('https://media.mi-home.pl/products/smart-led-bulb-cool-white/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 2; } @media (max-width: 991.98px) { #smart_led_bulb_cool_white .text-box { padding: 5%; } #smart_led_bulb_cool_white .text-box .title { font-size: 28px; } #smart_led_bulb_cool_white .text-box .title.title--big { font-size: 36px; } #smart_led_bulb_cool_white .video-box, #smart_led_bulb_cool_white .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #smart_led_bulb_cool_white .text-box .title { font-size: 24px; } #smart_led_bulb_cool_white .text-box .title.title--big { font-size: 28px; } #smart_led_bulb_cool_white .text-box .desc { font-size: 18px; margin-top: 10px; } #smart_led_bulb_cool_white .text-box .text { margin-top: 15px; } } @media only screen and (max-width: 575.98px) { #smart_led_bulb_cool_white .text-box { padding: 10% 5%; } #smart_led_bulb_cool_white .text-box .title { font-size: 20px; } #smart_led_bulb_cool_white .text-box .title.title--big { font-size: 24px; } #smart_led_bulb_cool_white .text-box .desc { font-size: 16px; } #smart_led_bulb_cool_white .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #smart_led_bulb_cool_white .text-box .text { font-size: 18px; } } @media (min-width: 1620px) { #smart_led_bulb_cool_white .text-box .text { padding-left: 10%; padding-right: 10%; } #smart_led_bulb_cool_white .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } /* =============== Floating text-box =============== */ #smart_led_bulb_cool_white .section.section-float { position: relative; z-index: 1; height: 640px; } #smart_led_bulb_cool_white .section.section-float--big { height: 680px; } #smart_led_bulb_cool_white .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 40%; transform: translateY(-50%); } #smart_led_bulb_cool_white .section .text-box.text-box-float--left { left: 5%; } #smart_led_bulb_cool_white .section .text-box.text-box-float--right { left: 55%; width: 40%; } @media (max-width: 991.98px) { #smart_led_bulb_cool_white .section.section-float { height: 520px; } #smart_led_bulb_cool_white .section.section-float--big { height: 560px; } } @media (max-width: 767.98px) { #smart_led_bulb_cool_white .section.section-float { height: auto; background-position: center bottom; background-size: 140% auto; background-color: #ffffff; padding-bottom: 420px; } #smart_led_bulb_cool_white .section .text-box.text-box-float, #smart_led_bulb_cool_white .section .text-box.text-box-float--left { position: static; text-align: center; transform: none; padding: 10% 5%; width: 100%; } } @media only screen and (max-width: 575.98px) { #smart_led_bulb_cool_white .section.section-float { padding-bottom: 250px; } } @media only screen and (max-width: 363.98px) { #smart_led_bulb_cool_white .section.section-float { padding-bottom: 180px; } } @media (min-width: 1200px) { #smart_led_bulb_cool_white .section.section-float { height: 720px; } #smart_led_bulb_cool_white .section.section-float--big { height: 820px; } #smart_led_bulb_cool_white .section .text-box.text-box-float { width: 35%; } #smart_led_bulb_cool_white .section .text-box.text-box-float--right { width: 35%; } #smart_led_bulb_cool_white .section .text-box.text-box-float--left { left: 10%; } } @media (min-width: 1620px) { #smart_led_bulb_cool_white .section.section-float { height: 880px; } #smart_led_bulb_cool_white .section.section-float--big { height: 980px; } #smart_led_bulb_cool_white .section .text-box.text-box-float { width: 30%; } } @media (min-width: 2080px) { #smart_led_bulb_cool_white .section.section-float { height: 1080px; } #smart_led_bulb_cool_white .section.section-float--big { height: 1180px; } } /* =============== Section 01 =============== */ #smart_led_bulb_cool_white .section-01 { background-image: url('https://media.mi-home.pl/products/smart-led-bulb-cool-white/section-01.jpg'); height: 620px; position: relative; z-index: 1; } #smart_led_bulb_cool_white .section-01 .text-box { padding-top: 15%; padding-right: 45%; } #smart_led_bulb_cool_white .section-01 .text-box .title { font-size: 36px; } #smart_led_bulb_cool_white .section-01 .text-box .title span { color: #458fff; display: inline-block; margin-left: 10px; font-size: 0.65em; padding: 4px 10px; border: 2px solid #458fff; border-radius: 6px; } #smart_led_bulb_cool_white .section-01 .text-box .desc { font-size: 24px; margin-top: 15px; font-weight: normal; color: rgba(0, 0, 0, .5); } #smart_led_bulb_cool_white .section-01 .logo-wrapper { display: flex; margin-top: 50px; width: 480px; } #smart_led_bulb_cool_white .section-01 .logo-wrapper .item { flex: 0 0 50%; width: 50%; padding-right: 30px; } #smart_led_bulb_cool_white .section-01 .logo-wrapper .item img { height: 34px; } #smart_led_bulb_cool_white .section-01 .logo-wrapper .item .text { font-size: 10px; margin-top: 10px; opacity: 1; } @media (max-width: 991.98px) { #smart_led_bulb_cool_white .section-01 { height: 520px; } #smart_led_bulb_cool_white .section-01 .text-box { padding-right: 35%; } #smart_led_bulb_cool_white .section-01 .text-box .title { font-size: 36px; } #smart_led_bulb_cool_white .section-01 .text-box .desc { font-size: 20px; } } @media (max-width: 767.98px) { #smart_led_bulb_cool_white .section-01 { height: auto; background-position: right top 200px; background-size: 160% auto; background-color: #F2F2F2; padding-bottom: 650px; } #smart_led_bulb_cool_white .section-01 .text-box { position: static; width: 100%; text-align: center; transform: none; padding: 10% 5%; background-color: #F2F2F2; } #smart_led_bulb_cool_white .section-01 .text-box .desc { font-size: 18px; } #smart_led_bulb_cool_white .section-01 .logo-wrapper { margin: 30px auto 0; text-align: left; width: 90%; position: absolute; z-index: 2; left: 5%; bottom: 30px; } #smart_led_bulb_cool_white .section-01 .logo-wrapper .item { padding-right: 15px; } } @media only screen and (max-width: 575.98px) { #smart_led_bulb_cool_white .section-01 { padding-bottom: 550px; } #smart_led_bulb_cool_white .section-01 .text-box { padding: 15% 5% 10%; } #smart_led_bulb_cool_white .section-01 .text-box .title { font-size: 28px; } } @media only screen and (max-width: 363.98px) { #smart_led_bulb_cool_white .section-01 { padding-bottom: 500px; background-position: right top 250px; } #smart_led_bulb_cool_white .section-01 .text-box .title { font-size: 24px; } #smart_led_bulb_cool_white .section-01 .text-box .title span { margin-left: 0; margin-top: 10px; } } @media (min-width: 1200px) { #smart_led_bulb_cool_white .section-01 { height: 780px; } #smart_led_bulb_cool_white .section-01 .text-box .title { font-size: 42px; } #smart_led_bulb_cool_white .section-01 .logo-wrapper { margin-top: 80px; } } @media (min-width: 1400px) { #smart_led_bulb_cool_white .section-01 .text-box .title { font-size: 52px; } } @media (min-width: 1620px) { #smart_led_bulb_cool_white .section-01 { height: 880px; } } @media (min-width: 2080px) { #smart_led_bulb_cool_white .section-01 { height: 1080px; } } /* =============== Section 02 =============== */ #smart_led_bulb_cool_white .section-02 { padding: 5% 0; } #smart_led_bulb_cool_white .section-02 .list { display: flex; flex-wrap: wrap; max-width: 1260px; width: 90%; margin: 0 auto; justify-content: space-between; } #smart_led_bulb_cool_white .section-02 .list .item { flex: 0 0 24%; width: 24%; border: 2px solid #191919; border-radius: 10px; text-align: center; padding: 40px 20px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 300; color: rgba(0,0,0,.6); } @media (max-width: 991.98px) { #smart_led_bulb_cool_white .section-02 .list .item { flex: 0 0 48%; width: 48%; margin: 15px 0; } } @media (max-width: 767.98px) { #smart_led_bulb_cool_white .section-02 .list .item { flex: 0 0 49%; width: 49%; margin: 8px 0; padding: 30px 15px; font-size: 16px; } } @media only screen and (max-width: 575.98px) { #smart_led_bulb_cool_white .section-02 .list .item { flex: 0 0 100%; width: 100%; padding: 30px 10px; font-size: 15px; } } /* =============== Section 03 & 06 & 07 =============== */ #smart_led_bulb_cool_white .section-03, #smart_led_bulb_cool_white .section-06, #smart_led_bulb_cool_white .section-07 { height: 620px; position: relative; z-index: 1; } #smart_led_bulb_cool_white .section-03 .text-box, #smart_led_bulb_cool_white .section-06 .text-box, #smart_led_bulb_cool_white .section-07 .text-box { position: absolute; z-index: 2; top: 50%; left: 0; width: 100%; transform: translateY(-50%); } #smart_led_bulb_cool_white .section-03 { background-image: url('https://media.mi-home.pl/products/smart-led-bulb-cool-white/section-03.jpg'); } #smart_led_bulb_cool_white .section-06 { background-image: url('https://media.mi-home.pl/products/smart-led-bulb-cool-white/section-06.jpg'); } #smart_led_bulb_cool_white .section-07 { background-image: url('https://media.mi-home.pl/products/smart-led-bulb-cool-white/section-07.jpg'); } #smart_led_bulb_cool_white .section-06 .text-box .text.text--label { display: inline-block; background-image: linear-gradient(to right,#215de6,#a576f3); background-blend-mode: normal,normal,normal; border-radius: 15px 15px 15px 0; padding: 6px 15px; font-size: 16px; margin: 50px 0 0 40%; position: relative; z-index: 1; color: #ffffff; } #smart_led_bulb_cool_white .section-06 .text-box .text--label::after { width: 0; height: 0; border-style: solid; border-width: 0 0 10px 10px; border-color: transparent transparent #215de6 transparent; content: ''; position: absolute; z-index: 2; left: -10px; bottom: 0; } @media (max-width: 991.98px) { #smart_led_bulb_cool_white .section-03, #smart_led_bulb_cool_white .section-06, #smart_led_bulb_cool_white .section-07 { height: 560px; } } @media (max-width: 767.98px) { #smart_led_bulb_cool_white .section-03, #smart_led_bulb_cool_white .section-06, #smart_led_bulb_cool_white .section-07 { height: 480px; } } @media only screen and (max-width: 575.98px) { #smart_led_bulb_cool_white .section-03, #smart_led_bulb_cool_white .section-06, #smart_led_bulb_cool_white .section-07 { height: auto; background-size: 120% auto; background-position: bottom center; padding-bottom: 250px; } #smart_led_bulb_cool_white .section-03 { background-color: #f9f9f9; } #smart_led_bulb_cool_white .section-03 .text-box, #smart_led_bulb_cool_white .section-06 .text-box, #smart_led_bulb_cool_white .section-07 .text-box { position: static; transform: none; padding: 10% 5%; color: #191919; } #smart_led_bulb_cool_white .section-03 .text-box .text, #smart_led_bulb_cool_white .section-06 .text-box .text, #smart_led_bulb_cool_white .section-07 .text-box .text { color: #191919; } } @media only screen and (max-width: 363.98px) { #smart_led_bulb_cool_white .section-03, #smart_led_bulb_cool_white .section-06, #smart_led_bulb_cool_white .section-07 { padding-bottom: 180px; } #smart_led_bulb_cool_white .section-06 .text-box .text.text--label { font-size: 14px; margin-left: 30%; } } @media (min-width: 1200px) { #smart_led_bulb_cool_white .section-03, #smart_led_bulb_cool_white .section-06, #smart_led_bulb_cool_white .section-07 { height: 720px; } } @media (min-width: 1620px) { #smart_led_bulb_cool_white .section-03, #smart_led_bulb_cool_white .section-06, #smart_led_bulb_cool_white .section-07 { height: 820px; } } @media (min-width: 2080px) { #smart_led_bulb_cool_white .section-03, #smart_led_bulb_cool_white .section-06, #smart_led_bulb_cool_white .section-07 { height: 920px; } } /* =============== Section 04 & 05 =============== */ #smart_led_bulb_cool_white .section-04, #smart_led_bulb_cool_white .section-05 { padding-bottom: 7.5%; } #smart_led_bulb_cool_white .section-05 { background-color: #f9f9f9; } #smart_led_bulb_cool_white .section-04 .list, #smart_led_bulb_cool_white .section-05 .list { display: flex; flex-wrap: wrap; max-width: 960px; width: 90%; margin: 0 auto; } #smart_led_bulb_cool_white .section-04 .list .item, #smart_led_bulb_cool_white .section-05 .list .item { flex: 0 0 33.3333%; width: 33.3333%; padding: 20px; text-align: center; font-size: 15px; color: #939fa8; } #smart_led_bulb_cool_white .section-04 .list .item img { width: 150px; } #smart_led_bulb_cool_white .section-05 .list .item img { width: 100%; } #smart_led_bulb_cool_white .section-04 .list .item .text { display: block; margin-top: 30px; } @media (max-width: 767.98px) { #smart_led_bulb_cool_white .section-04 .list .item img { width: 120px; } } @media only screen and (max-width: 575.98px) { #smart_led_bulb_cool_white .section-04 .list .item, #smart_led_bulb_cool_white .section-05 .list .item { flex: 0 0 100%; width: 100%; font-size: 14px; } } /* =============== Section 08 =============== */ #smart_led_bulb_cool_white .section-08 { padding-bottom: 5%; background-color: #E0E1E2; } #smart_led_bulb_cool_white .section-08 .section-wrapper { max-width: 1080px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; } #smart_led_bulb_cool_white .section-08 .section-wrapper .item { flex: 0 0 48%; width: 48%; } @media only screen and (max-width: 575.98px) { #smart_led_bulb_cool_white .section-08 { padding-bottom: 10%; } #smart_led_bulb_cool_white .section-08 .section-wrapper .item { flex: 0 0 100%; width: 100%; margin-bottom: 20px; } } /* =============== Section 09 =============== */ #smart_led_bulb_cool_white .section-09 { background-color: #FDFDFF; } #smart_led_bulb_cool_white .section-09 .text-box { padding-bottom: 0; } /* =============== Section 10 =============== */ #smart_led_bulb_cool_white .section-10 { padding: 2.5% 0 5% 0; } #smart_led_bulb_cool_white .section-10 .image-wrapper { max-width: 1080px; width: 80%; margin: 0 auto; } /* =============== Section image box =============== */ #smart_led_bulb_cool_white .section .image-box-wrap { padding: 0; width: 100%; max-width: 2000px; margin: 0 auto; overflow: hidden; border-radius: 0; } #smart_led_bulb_cool_white .section .image-box-wrap .image-box { display: flex; flex-wrap: wrap; padding: 0; background-color: #F6F6F6; } #smart_led_bulb_cool_white .section .image-box--reverse { flex-direction: row-reverse; } #smart_led_bulb_cool_white .section .text-wrap, #smart_led_bulb_cool_white .section .image { width: 50%; flex: 0 0 50%; } #smart_led_bulb_cool_white .section .text-wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 0 5%; text-align: left; color: #191919; } #smart_led_bulb_cool_white .section .text-wrap > div { width: 100%; } #smart_led_bulb_cool_white .section .text-wrap .title { font-size: 24px; display: block; margin-bottom: 0; font-weight: bold; } #smart_led_bulb_cool_white .section .text-wrap .text { font-weight: 300; padding-top: 20px; font-size: 16px; display: block; color: #666; } #smart_led_bulb_cool_white .section .text-wrap .text.text--small { font-size: 14px; } @media (max-width: 991.98px) { #smart_led_bulb_cool_white .section .text-wrap .title { font-size: 20px; } #smart_led_bulb_cool_white .section .text-wrap .text { font-size: 15px; } #smart_led_bulb_cool_white .section .text-wrap .text.text--small { font-size: 13px; } } @media (max-width: 767.98px) { #smart_led_bulb_cool_white .section .image-box-wrap .image-box { flex-wrap: wrap; flex-direction: column-reverse; } #smart_led_bulb_cool_white .section .text-wrap, #smart_led_bulb_cool_white .section .image { width: 100%; display: block; } #smart_led_bulb_cool_white .section .text-wrap { padding: 10% 5%; text-align: center; } #smart_led_bulb_cool_white .section .image-box-wrap { border-radius: 0; } #smart_led_bulb_cool_white .section .text-wrap .text { padding-top: 10px; } } @media only screen and (max-width: 575.98px) { #smart_led_bulb_cool_white .section .image-box-wrap { border-radius: 0; } #smart_led_bulb_cool_white .section .text-wrap .title { font-size: 18px; } #smart_led_bulb_cool_white .section .text-wrap .text { font-size: 14px; } } @media (min-width: 1200px) { #smart_led_bulb_cool_white .section .text-wrap { padding: 0 10%; } #smart_led_bulb_cool_white .section .text-wrap .text { font-size: 18px; } #smart_led_bulb_cool_white .section .text-wrap .title { font-size: 28px; } } /* =============== Section spec =============== */ #smart_led_bulb_cool_white .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #smart_led_bulb_cool_white .section-notes ul { margin: 0; padding: 0; list-style: none; } #smart_led_bulb_cool_white .section-notes ul li { color: #191919; font-size: 13px; line-height: 1.5; font-weight: 300; opacity: .5; padding-bottom: 5px; } @media (max-width: 991.98px) { #smart_led_bulb_cool_white .section-notes { padding: 5%; } #smart_led_bulb_cool_white .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #smart_led_bulb_cool_white .section-notes { padding: 3.5% 0; max-width: 1164px; } } /* =============== Slider =============== */ #smart_led_bulb_cool_white .slick-dots { bottom: 35px; } #smart_led_bulb_cool_white .slick-dots li button::before { font-size: 15px; color: #ffffff; transition: 0.3s ease-in-out opacity; font-family: 'slick'; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #smart_led_bulb_cool_white .slick-dots li.slick-active button::before, #smart_led_bulb_cool_white .slick-dots li:hover button::before { opacity: 1; } #smart_led_bulb_cool_white .slick-dotted.slick-slider { margin-bottom: 0; } #smart_led_bulb_cool_white .slick-slider > .slider-item { display: none; } #smart_led_bulb_cool_white .slick-slider > .slider-item:first-child { display: block; } #smart_led_bulb_cool_white .slick-slider .slick-dots li button { border-radius: 30px; } #smart_led_bulb_cool_white .slick-slider .slick-dots li button { background: #fff; transition: 0.3s ease-in-out opacity; opacity: .25; width: 15px; height: 15px; } #smart_led_bulb_cool_white .slick-slider .slick-dots li.slick-active button, #smart_led_bulb_cool_white .slick-slider .slick-dots li button:hover { background: #fff; opacity: 1; } #smart_led_bulb_cool_white .slick-dots li button::before { content: none; } @media (max-width: 767.98px) { #smart_led_bulb_cool_white .slick-dots { bottom: 15px; } } /* If you're copying, you are a very bad person. Very. */ require( ['aos'], function (AOS) { AOS.init({ once: true }); } ); Mi Smart LED Bulb Cool White Wypróbuj jasne światło dzienne i wiele inteligentnych elementów sterujących. * Google jest znakiem towarowym Google LLC. * Amazon, Alexa i wszystkie powiązane logo są znakami towarowymi firmy Amazon.com, Inc. lub jej podmiotów stowarzyszonych. * Amazon Alexa jest uzależniona od lokalnej dostępności. 6500K chłodne białe światło Regulowana jasność Inteligentne sterowanie Dostosuj oświetlenie do swoich potrzeb 6500K chłodne białe światło, tak czyste i jasne jak światło słoneczne. Mi Smart LED Bulb (Cool white) to żarówka o barwie 6500K świecąca chłodnym białym światłem, który uczyni Twój dom jasnym i rozświetlonym. Łatwe do skonfigurowania połączenie Wi-Fi. Żarówkę Mi Smart LED Bulb (Cool White) można podłączyć przez Wi-Fi do systemu inteligentnego domu bez bramy. Po zainstalowaniu żarówki, wystarczy połączyć się z aplikacją Mi Home, by zacząć cieszyć się inteligentnym oświetleniem. Ustaw żarówkę Pobierz aplikację Mi Home Znajdź żarówkę w aplikacji Połącz się z aplikacją Mi Home i natychmiast zacznij korzystać z inteligentnych funkcji. Aplikacja Mi Home zapewnia regulowane ściemnianie i rozjaśnianie żarówki, a także zaprogramowane czasy włączania i wyłączania, opóźnione wyłączanie świateł i inne przydatne ustawienia. Jeśli chcesz czegoś, co lepiej pasuje do Twojego stylu życia, wypróbuj żarówkę Mi Smart LED Bulb (Cool White). Użyj inteligentnego sterowania głosowego i włączaj światła jednym poleceniem. Żarówka Mi Smart LED Bulb (Cool White) obsługuje sterowanie głosowe za pomocą Amazon Alexa i Google Assistant. Użyj swojego głosu, aby włączyć lub wyłączyć żarówkę lub dostosować jej jasność. Przejście na smart jest tak proste. Hej Google, zgaś światło. Jasność można dowolnie regulować, a światło można dopasować do własnych potrzeb. Jasność do 810lm pozwala na dostosowanie światła do każdej sytuacji. Z zimnym białym światłem 6500K, niska jasność jest ciemna i miękka, podczas gdy wysoka jasność jest wyraźna i jasna. Dostosuj swoje oświetlenie. Baw się dostępnymi opcjami oświetlenia. Niezależnie od tego, czy potrzebujesz światła, które oświetli cały dom, czy delikatnej poświaty późno w nocy, Mi Smart LED Bulb pozwoli Ci na dostosowanie idealnego oświetlenia do różnych sytuacji, poprzez sugestie i ulubione ustawienia. Starannie dobrane materiały dla lepszego odprowadzania ciepła. Lekki materiał zapewnia równomierne odprowadzanie ciepła i nieskazitelny wygląd. Powierzchnia emitująca światło PC o wysokim indeksie refrakcyjnym jest wysoce przezroczysta, dzięki czemu zapewnia jasne, ale delikatne oświetlenie. Niskie zużycie energii dla większej oszczędności energii, żywotność do 25 000 godzin. Żarówka Mi Smart LED Bulb (Cool White) emituje aż 810 lm jasności przy zużyciu zaledwie 7,5W mocy. Oszczędzisz więcej energii i zużyjesz mniej prądu. Żywotność 25 000 godzin oznacza, że przy 6 godzinach użytkowania dziennie, żarówka będzie działać przez 11,4 roku.
