Ikea announced it will invest heavily in a new “Ikea Home smart” business

2024-02-07 20:40

本文主要是介绍Ikea announced it will invest heavily in a new “Ikea Home smart” business,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

Ikea is formalizing what has recently become all too obvious: the company is making a major bet on smart home tech as a source of new revenue. To do this, Ikea announced that it will invest heavily in a new “Ikea Home smart” business unit with end-to-end responsibility for its burgeoning portfolio of smart devices. With access to 780 million shoppers who visit Ikea stores each year, the announcement also serves as a wake-up call to smart home incumbents like Google and Amazon.

“We have decided to invest significantly in Home smart across Ikea to fast-forward the development. This is the biggest New Business we are establishing since the introduction of Children’s Ikea,” said Peter van der Poel, manager Ikea Range & Supply, aka, the box that sits above Ikea of Sweden within the complicated Ikea Group org chart.

The new business unit is helmed by the aptly-named Björn Block, and sits alongside Ikea of Sweden’s ten other business units that include Lighting, Livingroom & Workspace, Textiles, Kitchen and Dining, and Ikea Food.

kea’s smart home ambitions first became visible in 2015 with the introduction of topplay tables and lamps that could wirelessly charge Qi-compatible phones. In 2017, it expanded into affordable smart lighting, before partnering with Sonos for this month’s launch of relatively inexpensive whole-home audio. Ikea’s first smart blinds will start sales in the US on October 1st. What’s next?

Ikea’s just the latest corporate behemoth to wager on smart home riches, joining Google, Apple, and Amazon. Fortunately for them, Ikea has so far taken a platform agnostic approach, supporting the Google Assistant, Siri, and Alexa ecosystems through its Tradfri gateway. IDC predicts global sales of about 830 million smart home devices in 2019 before doubling to 1.6 billion in 2023. It’s no wonder then that the company is so optimistic about expanding beyond conventional home furnishings.

“By working together with all other departments within Ikea, the business unit of Ikea Home smart will drive the digital transformation of the Ikea range, improving and transforming existing businesses and developing new businesses to bring more diverse smart products to the many people,” said Block in a press release announcing the restructuring. “We are just getting started.”

转载于:https://my.oschina.net/u/3906919/blog/3094405

这篇关于Ikea announced it will invest heavily in a new “Ikea Home smart” business的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!


原文地址:https://blog.csdn.net/chexiu2195/article/details/100634909
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.chinasem.cn/article/688869

相关文章

Python中的魔术方法__new__详解

《Python中的魔术方法__new__详解》:本文主要介绍Python中的魔术方法__new__的使用,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、核心意义与机制1.1 构造过程原理1.2 与 __init__ 对比二、核心功能解析2.1 核心能力2.2

Python中__new__()方法适应及注意事项详解

《Python中__new__()方法适应及注意事项详解》:本文主要介绍Python中__new__()方法适应及注意事项的相关资料,new()方法是Python中的一个特殊构造方法,用于在创建对... 目录前言基本用法返回值单例模式自定义对象创建注意事项总结前言new() 方法在 python 中是一个

Golan中 new() 、 make() 和简短声明符的区别和使用

《Golan中new()、make()和简短声明符的区别和使用》Go语言中的new()、make()和简短声明符的区别和使用,new()用于分配内存并返回指针,make()用于初始化切片、映射... 详细介绍golang的new() 、 make() 和简短声明符的区别和使用。文章目录 `new()`

【IPV6从入门到起飞】5-1 IPV6+Home Assistant(搭建基本环境)

【IPV6从入门到起飞】5-1 IPV6+Home Assistant #搭建基本环境 1 背景2 docker下载 hass3 创建容器4 浏览器访问 hass5 手机APP远程访问hass6 更多玩法 1 背景 既然电脑可以IPV6入站,手机流量可以访问IPV6网络的服务,为什么不在电脑搭建Home Assistant(hass),来控制你的设备呢?@智能家居 @万物互联

2024/9/8 c++ smart

1.通过自己编写的class来实现unique_ptr指针的功能 #include <iostream> using namespace std; template<class T> class unique_ptr { public:         //无参构造函数         unique_ptr();         //有参构造函数         unique_ptr(

log4j2相关配置说明以及${sys:catalina.home}应用

${sys:catalina.home} 等价于 System.getProperty("catalina.home") 就是Tomcat的根目录:  C:\apache-tomcat-7.0.77 <PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss} [%t] %-5p %c{1}:%L - %msg%n" /> 2017-08-10

java线程深度解析(一)——java new 接口?匿名内部类给你答案

http://blog.csdn.net/daybreak1209/article/details/51305477 一、内部类 1、内部类初识 一般,一个类里主要包含类的方法和属性,但在Java中还提出在类中继续定义类(内部类)的概念。 内部类的定义:类的内部定义类 先来看一个实例 [html]  view plain copy pu

string字符会调用new分配堆内存吗

gcc的string默认大小是32个字节,字符串小于等于15直接保存在栈上,超过之后才会使用new分配。

Vue2电商项目(二) Home模块的开发;(还需要补充js节流和防抖的回顾链接)

文章目录 一、Home模块拆分1. 三级联动组件TypeNav2. 其余组件 二、发送请求的准备工作1. axios的二次封装2. 统一管理接口API----跨域3. nprogress进度条 三、 vuex模块开发四、TypeNav三级联动组件开发1. 动态展示三级联动数据2. 三级联动 动态背景(1)、方式一:CSS样式(2)、方式二:JS 3. 控制二三级数据隐藏与显示--绑定styl

List list = new ArrayList();和ArrayList list=new ArrayList();的区别?

List是一个接口,而ArrayList 是一个类。 ArrayList 继承并实现了List。 List list = new ArrayList();这句创建了一个ArrayList的对象后把上溯到了List。此时它是一个List对象了,有些ArrayList有但是List没有的属性和方法,它就不能再用了。而ArrayList list=new ArrayList();创建一对象则保留了A