From 4053eb7c1b8e6f1a0e081b97f2296a72305b817c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ckylejcarlton=E2=80=9D?= Date: Thu, 6 Apr 2023 11:02:59 -0500 Subject: [PATCH] small semantic update --- 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 86fc1b1..7dfa56e 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)](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. +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 thermostat and corresponding outdoor values. {{ image(src="/img/NestandOutside.png", position="left") }}