> For the complete documentation index, see [llms.txt](https://doc.youzhuan.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.youzhuan.net/dev-link-host/android-link-sdk/controlrequest-dui-zhao.md).

# 请求类型与数据参照

| type/action            | values/data                                                                                                                                                                            |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| TurnOnRequest          |                                                                                                                                                                                        |
| TurnOffRequest         |                                                                                                                                                                                        |
| PauseRequest           |                                                                                                                                                                                        |
| SetTemperatureRequest  | <p>{</p><p>  “temperature”:int</p><p>}</p>                                                                                                                                             |
| SetFanSpeedRequest     | <p>{</p><p>  “fanSpeedValue”:int</p><p>  或者</p><p> “fanSpeedLevel”:String</p><p>}</p>                                                                                                  |
| SetModeRequest         | <p>{</p><p>  "mode":String</p><p>}</p>                                                                                                                                                 |
| UnsetModeRequest       | <p>{</p><p>  "mode":String</p><p>}</p>                                                                                                                                                 |
| SetFanDirectionRequest | <p>{</p><p>  "fanDirection":String</p><p>}</p>                                                                                                                                         |
| SetColorRequest        | <p>{</p><p>  //color值为HSV模式</p><p>//需要RGB值需要转换</p><p>  "color":{</p><p>       "hue":double</p><p>        "saturation":double</p><p>        "brightness":double</p><p>    }</p><p>}</p> |
