# 支持的操作类型

智能家居设备支持以下操作类型。

* turnOn： 打开
* timingTurnOn： 定时打开
* turnOff： 关闭
* timingTurnOff： 定时关闭
* pause： 暂停
* continue： 继续
* setBrightnessPercentage： 设置灯光亮度
* incrementBrightnessPercentage： 调亮灯光
* decrementBrightnessPercentage： 调暗灯光
* incrementColorTemperature： 增高灯光色温
* decrementColorTemperature： 降低灯光色温
* setColorTemperature： 设置灯光色温
* incrementTemperature： 升高温度
* decrementTemperature： 降低温度
* setTemperature： 设置温度
* incrementVolume： 调高音量
* decrementVolume： 调低音量
* setVolume： 设置音量
* setVolumeMute： 设置设备静音状态
* incrementFanSpeed： 增加风速
* decrementFanSpeed： 减小风速
* setFanSpeed： 设置风速
* setMode： 设置模式
* unSetMode： 取消设置的模式
* setColor： 设置颜色


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.youzhuan.net/dev-link-host/zhi-neng-jia-ju-xie-yi/zhi-chi-de-cao-zuo-lei-xing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
