LukeWaggoner
LukeWaggoner

Reputation: 8909

How to get simple list of devices on a Nest account using Firebase in Android?

Is there a way to just get a simple list of the devices on a Nest account when using the Firebase API in Android?

I've looked through the NestDK that they have, and I can't find any way to just simply get all the devices after authentication.

Upvotes: 0

Views: 173

Answers (1)

urman
urman

Reputation: 596

You can get a list of all the devices by making an HTTP GET call to https://developer-api.nest.com/devices

There is also an updates Android Library here: https://github.com/nestlabs/android-sdk

Upvotes: 1

Related Questions