From ec838858fcd1df3aeb336e17ec8cfcc3b4fa25c0 Mon Sep 17 00:00:00 2001 From: hujun211 Date: Sun, 6 Mar 2022 19:05:51 -0800 Subject: [PATCH] modify docs of powermanger Signed-off-by: hujun211 --- zh-cn/application-dev/reference/apis/js-apis-thermal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ea63870d42..9bd0688674 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-thermal.md +++ b/zh-cn/application-dev/reference/apis/js-apis-thermal.md @@ -53,7 +53,7 @@ thermal.subscribeThermalLevel((lev) => { ## thermal.unsubscribeThermalLevel -unsubscribeThermalLevel(callback?: AsyncCallback): void +unsubscribeThermalLevel(callback?: AsyncCallback\): void 取消订阅热档位变化时的回调提醒。 -- GitLab