Documentation Index
Fetch the complete documentation index at: https://docs.nolongerevil.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns the metadata (revision and timestamp) for all stored bucket objects for a device, without the actual values. Used by the device to discover which buckets the server has state for.This endpoint is part of the Device Protocol API on port 8000. It is called directly by thermostat firmware.
Endpoint
/nest/transport/v7/device/device.{serial}/nest/transport/device/device.{serial}
Path Parameters
| Parameter | Type | Description |
|---|---|---|
serial | string | Device serial number |
Response
Success (200 OK)
object_revision, object_timestamp, and object_key.
The device uses this response to build its initial subscribe request, including only the buckets it has seen before.
Response Headers
Error (400 Bad Request)
Related
POST /nest/transport
Subscribe endpoint — uses the object list from this endpoint
Nest Protocol: Bucket System
All 28 bucket types documented