From 07d503db2bef2d48baad3783b21c814d6ed83cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ckylejcarlton=E2=80=9D?= Date: Thu, 6 Apr 2023 10:49:24 -0500 Subject: [PATCH] add link to SDM API reference --- content/nest-logger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nest-logger.md b/content/nest-logger.md index 5c548b6..c22310c 100644 --- a/content/nest-logger.md +++ b/content/nest-logger.md @@ -7,7 +7,7 @@ draft = false tags = ["Nest", "Google", "API", "DeviceAccess", "OAuth2", "Temperature", "Humidity", "Weather"] +++ -Since [Works with Nest (WWN)](https://developers.nest.com/) is retiring, I decided to configure [Device Access](https://developers.google.com/nest/device-access/get-started) and check out the Smart Device Management (SDM) Application Programming Interface (API). The Quick Start Guide on the Device Access page is very comprehensive, and here's what I did to get a log of temperature and humidity from my Nest and corresponding outdoor values. +Since [Works with Nest (WWN)](https://developers.nest.com/) is retiring, I decided to configure [Device Access](https://developers.google.com/nest/device-access/get-started) and check out the [Smart Device Management (SDM) Application Programming Interface (API)](https://developers.google.com/nest/device-access/api). The Quick Start Guide on the Device Access page is very comprehensive, and here's what I did to get a log of temperature and humidity from my Nest and corresponding outdoor values. {{ image(src="/img/NestandOutside.png", position="left") }}