From 2871c9abb8c0c4a93407d798bfb0b4cc22ccbfdf Mon Sep 17 00:00:00 2001 From: q00569459 Date: Tue, 22 Feb 2022 14:36:57 +0800 Subject: [PATCH] Fix review Signed-off-by: q00569459 --- .../reference/apis/js-apis-thermal.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-thermal.md b/zh-cn/application-dev/reference/apis/js-apis-thermal.md index 46cf5b78d7..31ccdec9de 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-thermal.md +++ b/zh-cn/application-dev/reference/apis/js-apis-thermal.md @@ -11,11 +11,6 @@ import thermal from '@ohos.thermal'; ``` -## 系统能力 - -SystemCapability.PowerManager.ThermalManager - - ## ThermalLevel 热档位信息。 @@ -37,6 +32,10 @@ subscribeThermalLevel(callback: AsyncCallback<ThermalLevel>): void 订阅热档位变化时的回调提醒。 +## 系统能力: + +SystemCapability.PowerManager.ThermalManager + **参数:** | 参数名 | 类型 | 必填 | 说明 | @@ -57,6 +56,10 @@ unsubscribeThermalLevel(callback?: AsyncCallback): void 订阅热档位变化时的回调提醒。 +## 系统能力: + +SystemCapability.PowerManager.ThermalManager + **参数:** | 参数名 | 类型 | 必填 | 说明 | @@ -77,6 +80,10 @@ getThermalLevel(): ThermalLevel 获取当前热档位信息。 +## 系统能力: + +SystemCapability.PowerManager.ThermalManager + **返回值:** | 类型 | 说明 | -- GitLab