From f1c1e268a0391727ecaa5660c78f14ce060c94e2 Mon Sep 17 00:00:00 2001 From: Gloria Date: Fri, 2 Sep 2022 14:38:53 +0800 Subject: [PATCH] update docs against 9006 Signed-off-by: wusongqing --- en/application-dev/reference/apis/js-apis-device-manager.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-device-manager.md b/en/application-dev/reference/apis/js-apis-device-manager.md index b2dbdfdccb..9d51475957 100644 --- a/en/application-dev/reference/apis/js-apis-device-manager.md +++ b/en/application-dev/reference/apis/js-apis-device-manager.md @@ -89,9 +89,9 @@ Enumerates the device states. | Name | Default Value | Description | | ------- | ---- | --------------- | -| ONLINE | 0 | The device is online. | -| READY | 1 | The device is ready, and the device information has been synchronized.| -| OFFLINE | 2 | The device is offline. | +| ONLINE | 0 | The device is physically online. | +| READY | 1 | The information between devices has been synchronized in the Distributed Data Service (DDS) module, and the device is ready for running distributed services.| +| OFFLINE | 2 | The device is physically offline. | | CHANGE | 3 | The device information is changed. | ## SubscribeInfo -- GitLab