Smart Device Management API: enterprises. Allow select enterprise partners to access, control, and manage Google and Nest devices programmatically. See: https://developers.google.com/nest/device-accessapi/reference/rest/v1/enterprises
Smart Device Management API: enterprises. Allow select enterprise partners to access, control, and manage Google and Nest devices programmatically. See: https://developers.google.com/nest/device-accessapi/reference/rest/v1/enterprises
(devices-executeCommand$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{:params {}, :command string}
Executes a command to device managed by the enterprise.
https://developers.google.com/nest/device-accessapi/reference/rest/v1/enterprises/devices/executeCommand Required parameters: name Optional parameters: none Body: {:params {}, :command string} Executes a command to device managed by the enterprise.
(devices-get$ auth parameters)
https://developers.google.com/nest/device-accessapi/reference/rest/v1/enterprises/devices/get
Required parameters: name
Optional parameters: none
Gets a device managed by the enterprise.
https://developers.google.com/nest/device-accessapi/reference/rest/v1/enterprises/devices/get Required parameters: name Optional parameters: none Gets a device managed by the enterprise.
(devices-list$ auth parameters)
https://developers.google.com/nest/device-accessapi/reference/rest/v1/enterprises/devices/list
Required parameters: parent
Optional parameters: filter, pageToken, pageSize
Lists devices managed by the enterprise.
https://developers.google.com/nest/device-accessapi/reference/rest/v1/enterprises/devices/list Required parameters: parent Optional parameters: filter, pageToken, pageSize Lists devices managed by the enterprise.
(structures-get$ auth parameters)
https://developers.google.com/nest/device-accessapi/reference/rest/v1/enterprises/structures/get
Required parameters: name
Optional parameters: none
Gets a structure managed by the enterprise.
https://developers.google.com/nest/device-accessapi/reference/rest/v1/enterprises/structures/get Required parameters: name Optional parameters: none Gets a structure managed by the enterprise.
(structures-list$ auth parameters)
https://developers.google.com/nest/device-accessapi/reference/rest/v1/enterprises/structures/list
Required parameters: parent
Optional parameters: filter, pageSize, pageToken
Lists structures managed by the enterprise.
https://developers.google.com/nest/device-accessapi/reference/rest/v1/enterprises/structures/list Required parameters: parent Optional parameters: filter, pageSize, pageToken Lists structures managed by the enterprise.
(structures-rooms-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets a room managed by the enterprise.
https://developers.google.com/nest/device-accessapi/reference/rest/v1/enterprises/structures/rooms/get Required parameters: name Optional parameters: none Gets a room managed by the enterprise.
(structures-rooms-list$ auth parameters)
Required parameters: parent
Optional parameters: pageSize, pageToken
Lists rooms managed by the enterprise.
https://developers.google.com/nest/device-accessapi/reference/rest/v1/enterprises/structures/rooms/list Required parameters: parent Optional parameters: pageSize, pageToken Lists rooms managed by the enterprise.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close