2

Can a devices inside of a home communicate with one another using the Nest API without being connected to the external Internet, or does it require traffic to go through a cloud server?

Martijn Laarman
  • 13,476
  • 44
  • 63
hqm
  • 73
  • 6

1 Answers1

5

Yes, the Nest API is a cloud API, the communication is through a server at wss://developer-api.nest.com

See the Nest API Intro.

David W. Keith
  • 2,246
  • 17
  • 20