alexa是什么_什么是Alexa Guard,您能用它做什么?

2023-10-17 02:10
文章标签 guard alexa

本文主要是介绍alexa是什么_什么是Alexa Guard,您能用它做什么?,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

alexa是什么

alexa是什么

Amazon held an Echo event last week where the company unveiled a huge line of new Echo products. It also unveiled some new software additions, one of which is Alexa Guard—a home security helper of sorts.

亚马逊上周举行了一次Echo活动,该公司推出了一系列新的Echo产品 。 它还发布了一些新软件,其中包括Alexa Guard(一种家庭安全助手)。

In short, Alexa Guard can listen for specific sounds—like glass breaking, the smoke alarm going off, or the high-pitched squeals of a security system alarm. When it detects those sounds, it can send you a notification on your phone letting you know that something is up.

简而言之,Alexa Guard可以聆听特定的声音,例如玻璃破碎,烟雾报警器响起或安全系统警报器发出刺耳的尖叫声。 当它检测到这些声音时,它可以通过电话向您发送通知,让您知道发生了什么事。

怎么运行的 (How It Works)

Since the Echo is always listening, there’s no special device that you need to add to get Alexa Guard to work—Amazon simply trained Alexa to listen to specific frequencies of sound to determine whether or not the smoke alarm went off or a window was broken.

由于Echo一直在监听,因此无需添加任何特殊设备即可使Alexa Guard正常工作-亚马逊只是训练Alexa收听特定频率的声音,以确定烟雾警报器是否关闭或窗户是否破裂。

If Alexa does hear something suspiciously close to those sounds, it will send you a notification to your phone. Or if you have a security system from Ring or ADT installed, it can also send a notification straight to the dispatchers monitoring your home.

如果Alexa确实在这些声音附近听到可疑的声音,则会向您的手机发送通知。 或者,如果您安装了Ring或ADT的安全系统 ,它也可以直接向监视您房屋的调度员发送通知。

Alexa Guard can also automatically randomize the lights in your house so that it looks like someone is home. Of course, you’ll need a supported smart lighting system for this to work. There’s no official word on which smart lights will be supported by Alexa Guard, but we’re guessing that if they normally work with Alexa, then they’ll work with Alexa Guard.

Alexa Guard还可自动将您家中的灯光随机分配,以使其看起来像有人在家。 当然,您需要一个受支持的智能照明系统才能正常工作。 目前尚无官方消息支持Alexa Guard支持智能灯,但我们猜测,如果它们通常与Alexa配合使用,那么它们将与Alexa Guard配合使用。

The kicker with Alexa Guard is that it’s not enabled 24/7; you must enable it manually whenever you plan to leave the house. The good news is that it’s pretty simple to do by just saying something like “Alexa, I’m leaving.” It can also automatically put your ADT or Ring security system into guard mode.

Alexa Guard的优势在于未启用24/7。 您打算在每次离开房屋时必须手动启用它。 好消息是,只需说出“ Alexa,我要离开”之类的字样,这非常简单。 它还可以自动将您的ADT或Ring安全系统置于保护模式。

我如何获得Alexa Guard? (How Do I Get Alexa Guard?)

Unfortunately, it’s not available yet, and Amazon didn’t give any details on when we can expect Alexa Guard to roll out.

不幸的是,它尚不可用,亚马逊也没有提供有关何时可以期望Alexa Guard推出的任何细节。

Amazon is pretty good about releasing their new products in a timely fashion, though, even if they don’t provide any specific details on when that might happen. So we can probably expect Alexa Guard to arrive soon, perhaps when all the new Echo devices begin shipping next month.

亚马逊非常乐意及时发布其新产品,即使它们未提供有关何时可能发生的任何具体细节。 因此,我们可以期望Alexa Guard很快就会到货,也许是所有新的Echo设备将于下个月开始发售时。

翻译自: https://www.howtogeek.com/367234/what-is-alexa-guard-and-what-can-you-do-with-it/

alexa是什么

这篇关于alexa是什么_什么是Alexa Guard,您能用它做什么?的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/222233

相关文章

Oracle Data Guard:Oracle数据库的高可用性和灾难恢复解决方案

在企业级数据库管理中,确保数据的高可用性和在灾难情况下的快速恢复是至关重要的。Oracle Data Guard是Oracle公司提供的一种强大的数据库高可用性解决方案,它通过在主数据库和至少一个备用数据库之间提供实时或近实时的数据保护来实现这一目标。本文将详细介绍如何在Oracle数据库中部署和使用Oracle Data Guard,包括其基本概念、配置步骤、管理技巧和实际应用示例。 1. O

C++ 有 mutex.lock 为什么要用 lock_guard 、unique_lock

因为直接操作 mutex,即直接调用 mutex 的 lock / unlock 函数。   而使用 lock_guard 可以自动加锁、解锁   C++ Boost库 多线程 线程锁mutex lock_guard 、unique_lock 实例_软件工程小施同学 的专栏-CSDN博客

iOS Alexa Voice Service SDK 编译之旅(2)

一切都开始于这里 1.Alexa SDK编译流程官网地址:https://developer.amazon.com/en-US/docs/alexa/avs-device-sdk/ios.html 2.Alexa SDK github源码官网地址:https://github.com/alexa/avs-device-sdk 一、Alexa的编译过程 编译流程中有一句话要

iOS Alexa Voice Service SDK 编译之旅(1)

AVS,即Alexa Voice  Service,是亚马孙提供的名叫Alexa语音智能对话服务,和国内的小米的小爱同学、百度的小度、阿里巴巴的天猫精灵和谷歌的GoogleAssistant有相似的功能。相比于国内的针对中文的语音交互,AVS更适用于国外的英文语音交互逻辑,但是编译使用之复杂也是令人叹为观止,迄今(2020.4.9)为止,网上还找不到一个可用的、已经编译好的iOS

内网管理软件IP-Guard实施方案

1. 引言 本方案旨在指导企业如何实施内网管理软件IP-Guard,通过服务器的安装、员工客户端的部署以及基本策略的定制,实现对企业内部网络的有效管理和监控。IP-Guard是一款集成了设备管控、数据防泄漏、日志审计等多种功能于一体的内网安全管理软件,适用于需要加强信息安全和提高工作效率的企业环境。 2. 系统要求与准备 在开始安装之前,需确保以下系统要求得到满足: 2.1 服务器要求

抖音bd-ticket-guard-ree-public-key

上次的文章里说到bd-ticket-guard-ree-public-key是根据rsa生成私钥1跟公钥1里的私钥1通过函数加密得到的。 最近我发现那个加密函数的加密原理是通过私钥1再用不同的rsa算法生成一对小的hex后的私钥2跟公钥2,私钥2比公钥2短,然后bd-ticket-guard-ree-public-key是通过公钥2加密得到的,req_sign则是通过加密私钥2得到的,然后我为了

Oracle Data Guard延迟的原因

杨建荣的学习笔记 2017-02-08 22:41 Oracle Data Guard中很可能出现延迟的情况,而数据一旦出现延迟就意味着丢数据。退一步来说丢数据总比数据乱了好,但是回过头来,能不丢数据但是丢了,这就有些说不过去了。 因为预防人为误操作等,可能有些环境中会特意设置一个延迟,基本就是下面的设置方法: 方法1: alter database recover manage

【云原生进阶之数据库技术】第二章-Oracle-使用-3.3.1-Oracle Data Guard综述

1 Oracle DG简介 1.1 Oracle DG综述         Oracle DG,即Oracle Data Guard,是一种数据库容灾和数据保护解决方案,旨在提供高可用性和灾难恢复能力。它通过在主数据库和备用数据库之间实时复制数据来实现这一点。Data Guard的核心功能在于它能够保持主节点和备用节点之间的数据一致性,即使发生故障也能保证业务的连续性。

VMware Workstation 与 Device/Credential Guard 不兼容 解决方法

1. 开启 Hyper-v 导致VMware Workstation 不可用 VMware Workstation 与 Device/Credential Guard 不兼容。在禁用 Device/Credential Guard 后,可以运行 VMware Workstation。有关更多详细信息,请访问 http://www.vmware.com/go/turnoff_CG_DG。 2

微淼商学院理财lock_guard使用比较简单

微淼商学院理财lock_guard是C++ 11引入的一个互斥锁类模板。lock_guard基于RAII设计理念,将互斥锁的作用范围和(对象)作用域绑定,函数退出作用域后,自动释放锁资源。避免忘记解锁造成的死锁现象。 template <class Mutex> class lock_guard; lock_guard具有如下特点: 创建lock_guard对象,即获取互斥锁权限,并上锁 作