Google Nest

2 APIs, 12 Traits
Google Nest

Nest Thermostat


Type BaseURL Description
GET /device/(deviceId}/getHumidity Humidity (%)
GET /device/{deviceId}/getTemperature Temperature (°)
GET /device/{deviceId}/getThermostatMode Thermostat Mode (HEAT or COOL)
GET /device/{deviceId}/getFanMode Fan Mode (ON or OFF)
GET /device/{deviceId}/getTemperatureScale Temp Scale (C° or F°)
Cover

Camera with Floodlight


Type BaseURL Description Event
GET /device/{deviceId}/traits/getCameraLiveStream/{SessionId} View Camera Live Stream
GET /device/{deviceId}/traits/getCameraMotion/{SessionId}/{eventID} Camera Motion Detected CameraMotion
GET /device/{deviceId}/traits/getCameraPerson{SessionId}/{eventID} Camera Person Detected CameraPerson
GET /device/{deviceId}/traits/getCameraInfo Camera Info
GET /device/{deviceId}/traits/getCameraMode Camera Mode
Top