如何使用Amazon Echo控制您的Eero Wi-Fi网络

Screen Shot 2016-12-06 at 2.53.09 PM

Thanks to the power of Alexa and its open API, you’re able to control a vast number of devices using just your voice. If you have an Eero Wi-Fi system, you can even control your home network with the Amazon Echo.

得益于Alexa的强大功能及其开放的API,您可以仅使用语音来控制大量设备。 如果您拥有Eero Wi-Fi系统,您甚至可以使用Amazon Echo控制您的家庭网络。

With a recent update to both the Eero system and the Eero app, the company tacked on Alexa support, so if you have an Amazon Echo, Fire TV, or a newer Fire tablet, you can use Alexa to give a small handful of voice commands to your Wi-Fi network. Here’s how to enable the new feature.

随着Eero系统和Eero应用程序的最新更新,该公司增加了对Alexa的支持,因此,如果您有Amazon Echo,Fire TV或更新的Fire平板电脑,则可以使用Alexa发出少量的语音命令连接到您的Wi-Fi网络。 这是启用新功能的方法。

Before you can actually start giving voice commands to your Eero system, you’ll first need to install the Eero third-party Alexa skill within the Alexa app.

在实际开始向Eero系统发出语音命令之前,您首先需要在Alexa应用程序中安装Eero第三方Alexa技能。

We have a guide on how to install Alexa skills, but the jist is that you’ll open up the side menu and select “Skills”. From there, search for “Eero” and enable it. You’ll need to link your Eero account with Alexa, which simply just requires you to enter in your email address associated with Eero and confirm it using a verification code.

我们有一个有关如何安装Alexa技能的指南,但实际上,您将打开侧面菜单并选择“技能”。 从那里搜索“ Eero”并启用它。 您需要将您的Eero帐户与Alexa关联起来,这仅需要您输入与Eero关联的电子邮件地址并使用验证码进行确认。

2016-12-06_0013 copy

Once the Eero Alexa skill is installed and you’ve linked your Eero account, you’re all ready to go. The voice commands you can give to Eero are rather limited at the moment, but you can do some pretty cool things. Here are some examples:

一旦安装了Eero Alexa技能并关联了Eero帐户,就可以开始使用了。 目前您可以向Eero发出的语音命令相当有限,但是您可以做一些很酷的事情。 这里有些例子:

  • “Alexa, ask Eero to find my phone.” Alexa will tell you which Eero unit your phone is connected to, which will narrow down the area and hopefully allow you to find your phone quicker if it gets lost in your house or apartment. It helps when you give your devices custom nicknames in the Eero app (“My iPhone” instead of “iPhone-6”).

    “ Alexa,请Eero找到我的电话。” Alexa会告诉您您的手机连接到哪个Eero单元,这将缩小范围,并希望如果您丢失了房屋或公寓,可以更快地找到您的手机。 当您在Eero应用程序中为设备提供自定义昵称(“我的iPhone”而不是“ iPhone-6”)时,它会有所帮助。

  • “Alexa, tell Eero to pause the internet.” This will turn off your home’s Wi-Fi so that devices can’t connect to the internet, which is great to have in order to get your kids to do their chores. You’ll need to set up family profiles within the Eero app in order to enable pausing, however. Furthermore, you can only resume internet access from the Eero app.

    “ Alexa,告诉Eero暂停互联网。” 这将关闭您家的Wi-Fi,使设备无法连接到互联网,这对于让您的孩子做家务非常有用。 但是,您需要在Eero应用程序中设置家庭资料,以启用暂停功能。 此外,您只能从Eero应用恢复互联网访问。

  • “Alexa, tell Eero to turn off the LEDs.” This will turn off the small LED lights on every Eero unit in your house. You can also say “lights” instead, or you can tell Alexa to only turn off the light on a specific Eero unit by saying “Alexa, tell Eero to turn off Living Room light.” Unfortunately, you can’t use Alexa to turn the lights back on—you must do it through the Eero app instead.

    “ Alexa,告诉Eero关闭LED。” 这将关闭房屋中每个Eero单元上的小型LED灯。 您也可以改为说“灯光”,或者可以说“ Alexa,告诉Eero关闭起居室的灯光”来告诉Alexa仅关闭特定Eero设备上的灯。 不幸的是,您不能使用Alexa重新打开灯光,而必须通过Eero应用程序来完成。

Unfortunately, those are the only things you can do with Alexa and Eero, but hopefully the library of voice commands will get a bit larger in the future. We’d love to be able to run Wi-Fi speed tests and turn on and off the Guest Wi-Fi using Alexa, but for now, the current voice commands are pretty great.

不幸的是,这些是您只能使用Alexa和Eero进行的操作,但希望语音命令库将来会变得更大。 我们希望能够运行Wi-Fi速度测试并使用Alexa打开和关闭Guest Wi-Fi ,但是就目前而言,当前的语音命令非常出色。

Title image from Eero.com

来自Eero.com的标题图片

翻译自: https://www.howtogeek.com/283585/how-control-your-eero-wi-fi-network-with-the-amazon-echo/

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/280049.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

H5在WebView上开发小结

背景 来自我司业务方要求,需开发一款APP。但由于时间限制,只能采取套壳app方式,即原生app内嵌webview展示前端页面。本文主要记述JavaScript与原生app间通信,以及内嵌webview开发时,前端方面可能踩的一些坑。 技术架构…

C#的?和??

1.?? 为了实现Nullable数据类型转换成non-Nullable类型数据,才有的一个操作符; 意义:一变量取值,取符号左边的值,若左边为null,那么取赋值??右边的&#xff1…

odoo 自定义视图_如何使用Windows的五个模板自定义文件夹视图

odoo 自定义视图If you’re particular about how Windows displays the contents of your folders, you can cut your customization time down considerably by taking advantage of File Explorer’s five built-in folder templates. 如果您特别想知道Windows如何显示文件夹…

C#之ILC和C++的CLR前者更快?

楔子ILC是C#写的,CLR是C。.Net 7中,为何微软执意用一个托管的模型去尝试取代非托管框架呢?至少native code方面它是这么做的这个问题一直萦绕脑海。非托管和托管十年前出版的那本久负盛名的《CLR via C#》至今都是不可或缺的存在,…

历史

python的历史 kfsaldkfsdf fdskfdsa fdsjkafsjda fdshkfjsdja View Codefjdskaffdsjkaffdsjakflsad;fjdsklaf 转载于:https://www.cnblogs.com/jin-xin/articles/10448286.html

typescript+react+antd基础环境搭建

typescriptreactantd基础环境搭建(包含样式定制) tsconfig.json 配置 // 具体配置可以看上面的链接 这里module moduleResolution的配置都会影响到antd的显示 // allowSyntheticDefaultImports 是antd官网给的配置 必须加上 {"compilerOptions&quo…

最小生成树Prim算法和Kruskal算法

https://www.cnblogs.com/JoshuaMK/p/prim_kruskal.html 转载于:https://www.cnblogs.com/DixinFan/p/9225105.html

如何重新打开Windows防火墙提示?

If you are setting up a new program that needs network access, but are not paying close enough attention, you might end up accidentally causing Windows firewall to block the program. How do you fix such a mistake? Today’s SuperUser Q&A post helps a f…

判断字符串出现次数最多的字符 及 次数

分析 题目的意思大致就是找出每个字符出现的次数,然后比较大小。那么每个字符都应该对应它出现的次数。既然是一一对应的,那我们就想到用对象的key和value来储存字符和其出现的次数。具体做法 新建一个空对象obj 遍历给定的字符串接下来就是最重要的 把字…

AI x 量化:华尔街老司机解密智能投资正确姿势

随着中国经济的腾飞,中产阶级的崛起,投资管理逐渐步入寻常百姓家。 值得注意的是,在十年前“无财可理”问题解决后,另一个矛盾愈发凸显——层次不齐的投资素质。据wind数据统计,2004年至2015年12年间,只有3…

如何远程调试 MAUI blazor / Blazor Hybrid

我们知道浏览器模式下 Blazor 可以使用 F12 打开开发工具,调试js查看页面元素,那当 Maui Blazor 提示烦人的 an unhandled error has occurred 该怎么进行调试呢?1. VS 运行工程于 Debug 模式下,只要 BlazorWebview 控件处于焦点,直接按F12就可以打开开发工具了. 没有焦点就鼠…

笔记本触摸键盘驱动自动禁用_如何为iPad的蓝牙键盘禁用自动更正

笔记本触摸键盘驱动自动禁用The take-for-granted features we enjoy when using an on-screen keyboard—like auto-corrections and auto-capitalization–quickly become a hindrance if you’re using a physical keyboard with your iOS device. Let’s look at how to qu…

发票的作用

目录 发票上的两个章:税种:发票的作用:征税方式:发票限额:参考链接发票上的两个章: 税务局的发票监制章商家的发票专用章税种: 增值税:商家在卖东西时为获利,而提高价格的…

opencv-原图基础上添加指定颜色

前言 项目中需要将某些区域使用不同的颜色表示出来&#xff0c;同时能够看到原图作为底色。 代码 #include "opencv2/highgui/highgui.hpp" #include <opencv2/imgproc.hpp> #include <iostream> using namespace cv;int main() {Mat image imread( &q…

微软发布Azure Application Insights for Node.js 1.0版本

在北美举行的Node.js交互大会上&#xff0c;微软发布了用于Node.js的Application Insights SDK。\\来自微软JavaScript平台和工具部门的高级经理Arunesh Chandra在博客上发布了这一消息&#xff0c;他说&#xff0c;微软“希望能够提升开发者在Azure上构建和运行Node.js应用程序…

正则表达式应用:实现一个简单的计算器

实现一个简单的计算器&#xff0c;代码如下&#xff1a; 下面的函数用来检验数学表达式的合规性&#xff0c;当然此处只实现两个检验&#xff1a;(1)括号应该闭合 (2)不能出现字母 def check_expression(str):check_result Trueif str.count(() ! str.count()):print(表达式有…

软考复盘:我的一些复习经验分享

大家好&#xff0c;我是Edison。最近全身乏力头疼&#xff0c;38.5度高烧&#xff0c;好在症状较轻&#xff0c;经过一天躺平加吃了芬必得&#xff08;简直神药&#xff09;后&#xff0c;退烧了&#xff0c;也不乏力了&#xff0c;也就趁娃娃睡觉时间跟大家分享一下软考的复习…

自定义注解在拦截器中为空_如何在Android中为特定联系人设置自定义铃声

自定义注解在拦截器中为空Everyone likes to know who’s calling before they actually pick up the phone, and the easiest way to achieve that is with custom ringtones for specific callers. That way, when your phone starts blasting “Cherry Pie,” you know it’…

对象的成员的初始化

变量类型&#xff1a; 1. 内置基本类型: int, char, bool, 2. 复合类型 &#xff08;compound type&#xff09;: 指针、引用、数组 3. 类类型&#xff1a; struct, class (string,vector等) 定义变量时&#xff1a; 一&#xff1a;进行“初始化”&#xff1a;可分为 ①指…

Golang面向API编程-interface(接口)

Golang面向API编程-interface&#xff08;接口&#xff09; 作者&#xff1a;尹正杰 版权声明&#xff1a;原创作品&#xff0c;谢绝转载&#xff01;否则将追究法律责任。 Golang并不是一种典型的面向对象编程&#xff08;Object Oriented Programming&#xff0c;OOP&#xf…