From 8ef79e7feb56e07b4b54a4034d1add84bc50cee6 Mon Sep 17 00:00:00 2001 From: "zhen.guo" <987951209@qq.com> Date: Wed, 9 Nov 2022 19:23:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=89=8D=E8=A6=81=E6=9C=89?= =?UTF-8?q?=E7=A9=BA=E8=A1=8C=EF=BC=8C=E5=90=A6=E5=88=99=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E4=B8=8D=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en-us/api/QuecPythonClasslib.md | 2 ++ zh-cn/api/QuecPythonClasslib.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/en-us/api/QuecPythonClasslib.md b/en-us/api/QuecPythonClasslib.md index 191ba3c..a941e44 100644 --- a/en-us/api/QuecPythonClasslib.md +++ b/en-us/api/QuecPythonClasslib.md @@ -11963,7 +11963,9 @@ True ``` ###### Event Description + The general description of the events of this module is as follows: + |event_id |event_code |recv_data |data_len |description| | -------------- | ---------|----------|------------- |---------------------------- | |0 |0 |NULL |0 |modem enters psm and reports this event. At this time, the module does not accept the network data sent to the module, and can break the psm state on the modem side by actively sending data. | diff --git a/zh-cn/api/QuecPythonClasslib.md b/zh-cn/api/QuecPythonClasslib.md index 01794cb..6708a50 100644 --- a/zh-cn/api/QuecPythonClasslib.md +++ b/zh-cn/api/QuecPythonClasslib.md @@ -12409,7 +12409,9 @@ True ``` ###### 事件说明 + 对于本模块事件总体说明如下表: + |event_id |event_code |recv_data |data_len |说明| | -------------- | ---------|----------|-------------|---------------------------- | |0 |0 |NULL |0 |modem进入psm,上报此事件。此时模组不接受下发到模组的网络数据,可通过主动发送数据打破modem侧psm状态。|