04-19-2022 02:25 PM - edited 04-22-2022 04:47 PM
What is the policy used by Google Home App to determine whether a device is offline or not?
Answered! Go to the Recommended Answer.
04-19-2022 11:57 PM
If your device is offline on Google Home app, it usually means Google Assistant hasn't received your device's states.
Your smart home action must use the API of reportStateAndNotification to update your device's data in the Home Graph, see Method: devices.reportStateAndNotification. You can use Home Graph Viewer to check whether the device states have been correctly reported.
In addition, your fulfillment should handle QUERY intents and return the up-to-date state of devices.
04-19-2022 11:57 PM
If your device is offline on Google Home app, it usually means Google Assistant hasn't received your device's states.
Your smart home action must use the API of reportStateAndNotification to update your device's data in the Home Graph, see Method: devices.reportStateAndNotification. You can use Home Graph Viewer to check whether the device states have been correctly reported.
In addition, your fulfillment should handle QUERY intents and return the up-to-date state of devices.