torpedo51
torpedo51

Reputation: 332

Nest - respond to server side event

I see examples in the Nest documentation that illustrate client side events (pushing values to the Nest device). I want to go the other direction (respond to events triggered by the Nest device).

There appears to be one example in the Nest documentation for server-side Twitter integration, but its above my skill level and I can't read it. Does this example illustrate what I'm trying to do?

Upvotes: 1

Views: 176

Answers (1)

Roy du Crocq
Roy du Crocq

Reputation: 51

You might whant to look at a (web)socket connection with the nest server. Then the server will send you a message everytime something changed. with this you can read what changed and trigger a event on that specific change.

Upvotes: 1

Related Questions