提交 2871c9ab 编写于 作者: Q q00569459

Fix review

Signed-off-by: Nq00569459 <qinchang2@huawei.com>
上级 c4b5a626
...@@ -11,11 +11,6 @@ import thermal from '@ohos.thermal'; ...@@ -11,11 +11,6 @@ import thermal from '@ohos.thermal';
``` ```
## 系统能力
SystemCapability.PowerManager.ThermalManager
## ThermalLevel ## ThermalLevel
热档位信息。 热档位信息。
...@@ -37,6 +32,10 @@ subscribeThermalLevel(callback: AsyncCallback&lt;ThermalLevel&gt;): void ...@@ -37,6 +32,10 @@ subscribeThermalLevel(callback: AsyncCallback&lt;ThermalLevel&gt;): void
订阅热档位变化时的回调提醒。 订阅热档位变化时的回调提醒。
## 系统能力:
SystemCapability.PowerManager.ThermalManager
**参数:** **参数:**
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
...@@ -57,6 +56,10 @@ unsubscribeThermalLevel(callback?: AsyncCallback<void>): void ...@@ -57,6 +56,10 @@ unsubscribeThermalLevel(callback?: AsyncCallback<void>): void
订阅热档位变化时的回调提醒。 订阅热档位变化时的回调提醒。
## 系统能力:
SystemCapability.PowerManager.ThermalManager
**参数:** **参数:**
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
...@@ -77,6 +80,10 @@ getThermalLevel(): ThermalLevel ...@@ -77,6 +80,10 @@ getThermalLevel(): ThermalLevel
获取当前热档位信息。 获取当前热档位信息。
## 系统能力:
SystemCapability.PowerManager.ThermalManager
**返回值:** **返回值:**
| 类型 | 说明 | | 类型 | 说明 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册