andrei-tatar / node-red-contrib-nora

Node Red Google Home integration
74 stars 25 forks source link

Google Assistant adds support for network and router control #62

Open RoadXY opened 4 years ago

RoadXY commented 4 years ago

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.