Google Nest / Smart Device GraphQL Schema
This GraphQL schema models the Google Nest Smart Device Management (SDM) API, which provides access to Nest thermostats, cameras, doorbells, displays, and the structures and rooms they belong to. The API uses a trait-based model: each device exposes a set of traits (e.g., `ThermostatTemperatureSetpoint`, `CameraLiveStream`) that describe its capabilities and current state.
Overview
Google Nest / Smart Device GraphQL Schema is a GraphQL API specification published by Google Nest Smart Device Management on the APIs.io network.
This GraphQL schema models the Google Nest Smart Device Management (SDM) API, which provides access to Nest thermostats, cameras, doorbells, displays, and the structures and rooms they belong to. The API uses a trait-based model: each device exposes a set of traits (e.g., ThermostatTemperatureSetpoint, CameraLiveStream) that describe its capabilities and current state.
The specification includes 4 reference links.
Tagged areas include Camera, Device Management, Doorbell, Google Nest, and IoT.
Endpoint
References
- REST API Reference https://developers.google.com/nest/device-access/reference/rest/v1/
- Authorization https://developers.google.com/nest/device-access/authorization
- Traits Reference https://developers.google.com/nest/device-access/traits
- Getting Started https://developers.google.com/nest/device-access/get-started