03-12-2026 07:09 PM
Our application is integrated with Google Home via Cloud-to-Cloud linking, and our device supports the ColorSetting trait, which is used to control both RGB color and color temperature.
We would like to ask about the supported voice commands for controlling color temperature.
Specifically, we would like to confirm whether the following voice commands are currently supported:
When we tested these commands using Google Assistant, the response we received was:
Sorry, I didn't understand.
Does this mean that these commands are not currently supported for adjusting color temperature?
We also reviewed the official documentation:
https://developers.home.google.com/cloud-to-cloud/traits/colorsetting
According to the documentation, commands such as setting the lights to a warm white level are supported. We tested this and confirmed it works correctly.
Therefore, we would like to confirm:
We would greatly appreciate any clarification you can provide.
Thank you.
Answered! Go to the Recommended Answer.
03-17-2026 01:44 PM
Thanks for reaching out. "Warmer" and "Softer" are currently ambiguous to Google Assistant in the context of lights:
We recommend using absolute color names. Users can request specific "shades" of white and Google Assistant translates these names into specific Kelvin values in the EXECUTE intent sent to your cloud.
Please refer to the example commands below:
|
Command |
Approximate Kelvin |
|
"Set the light to Candlelight" |
2000K |
|
"Set the light to Ultra Warm White" |
2500K |
|
"Set the light to Soft White" |
2700K – 3000K |
|
"Set the light to Warm White" |
3000K |
|
"Set the light to Cool White" |
4000K |
|
"Set the light to Daylight" |
5000K |
|
"Set the light to Ivory" |
6000K |
"Set the light to [Kelvin]” will also work and is the most precise method if the user knows the correct value.
03-17-2026 01:44 PM
Thanks for reaching out. "Warmer" and "Softer" are currently ambiguous to Google Assistant in the context of lights:
We recommend using absolute color names. Users can request specific "shades" of white and Google Assistant translates these names into specific Kelvin values in the EXECUTE intent sent to your cloud.
Please refer to the example commands below:
|
Command |
Approximate Kelvin |
|
"Set the light to Candlelight" |
2000K |
|
"Set the light to Ultra Warm White" |
2500K |
|
"Set the light to Soft White" |
2700K – 3000K |
|
"Set the light to Warm White" |
3000K |
|
"Set the light to Cool White" |
4000K |
|
"Set the light to Daylight" |
5000K |
|
"Set the light to Ivory" |
6000K |
"Set the light to [Kelvin]” will also work and is the most precise method if the user knows the correct value.