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 b2dbdfdccbb0b42259da73235976a6cd320daba7..9d51475957c8e9c891980c0d42880a6b1db649de 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