0

There is similar question, but it doesn't answer my question - does Google Home App supports real time updates from the Report State requests?

I searched everywhere and didn't find the answer. Neither documentation or app says anything about that. My requests are accepted by home graph API, but state of the device in the app not updated in the real time.

Dmitriy Dumanskiy
  • 11,657
  • 9
  • 37
  • 57

1 Answers1

1

At the moment the Google Home app does not update the state in realtime. If you close and open the app, you should see the state change.

If you call the Report State API and get a 200 response code, then you've done it right.

Nick Felker
  • 11,536
  • 1
  • 21
  • 35
  • Ok. Thanks. Just wanted to know if I do everything right. As this is not stated anywhere and in 2020 I expected real time updates :) by default. – Dmitriy Dumanskiy Apr 18 '20 at 19:13