We are working on integrating a smart device with google assistant. This device has a light that has the ability to set its color as well as report it's color back in a query response.
Documentation: https://developers.google.com/assistant/smarthome/reference/intent/query
We are able to set the light color verbally using Google home app or the Nest smart speaker, however it's proving difficult to get it to report back the color of the light verbally.
We have performed all the checks in this answer Query regarding ColorSetting trait in Google Device Actions all pass, but still the same result.
Also querying two different brands of smart light yields the same results - no color reporting.
At this point I'm wondering if this feature is not yet implemented?