Asked
Active
Viewed 42 times
0

ToniCorinne
- 503
- 3
- 12

shenbaga
- 9
- 3
-
Have you verified your SYNC response is [valid](https://developers.google.com/assistant/smarthome/tools/validator)? – ToniCorinne Oct 04 '21 at 22:20
-
1I had a mistake in my sync response. The field name should be level_name and level_values. Once I have updated my values in the response. The suite started working. – shenbaga Oct 06 '21 at 07:45
1 Answers
0
Test Suite works by doing three sets of tests for each trait/attribute on your device: It sends your fulfillment endpoint an execution request, then waits for a report state to come back to Google (your report state response) It makes a query to your fulfillment endpoint, then waits for the response for the query (your query response) It then checks if your report state response matches the query response.
The image you showed contains a failure when starting the test suite. It looks like your sync response might contain an error. You can always use Google Home Sync Validator to check if your sync response is valid.

Siddhant Priyadarshi
- 365
- 2
- 6