node-red-contrib-nora icon indicating copy to clipboard operation
node-red-contrib-nora copied to clipboard

Google Assistant adds support for network and router control

Open RoadXY opened this issue 4 years ago • 0 comments

https://www.androidpolice.com/2020/04/29/google-assistant-support-router-network-control/

Network: https://developers.google.com/assistant/smarthome/guides/network

action.devices.types.NETWORK - Represents a group of router nodes or a mesh network controlled as one entity rather than as individual devices. The network device may reboot, update its software, and have modes to handle Quality of service (QoS) controls and parental restrictions. The device can perform operations such as enabling the guest network, and reporting network-specific information such as the current internet throughput rates.

This type indicates that the device gets the network icon and some synonyms/aliases.

Router: https://developers.google.com/assistant/smarthome/guides/router Device TYPE

action.devices.types.ROUTER - Routers can reboot, update their software, have modes to handle Quality of service (QoS) controls and parental restrictions, and perform network specific operations (such as enabling the guest network and reporting network specific information such as the current internet throughput rates).

This type indicates that the device gets the router icon and some synonyms/aliases.

RoadXY avatar Apr 29 '20 22:04 RoadXY