diff --git a/en-us/api/QuecPythonClasslib.md b/en-us/api/QuecPythonClasslib.md index b5d0377..baa5502 100644 --- a/en-us/api/QuecPythonClasslib.md +++ b/en-us/api/QuecPythonClasslib.md @@ -14243,8 +14243,6 @@ The general description of the events of this module is as follows: | -------------- | ---------|----------|------------- |---------------------------- | |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. | |0 |1 |NULL |0 |modem exits psm mode and reports this event. | -|22 |4 |NULL |0 |Call the interface to send CON type data, if the sending is successful, report this event| -|22 |5 |NULL |0 |Call the interface to send CON type data, if the sending fails, report this event| |23 |6 |NULL |0 |The connection is successfully restored after waking up from deep sleep, and this event is reported. Reported when AEP.set_event_callcb(usrfunc) is called. | |23 |7 |NULL |0 |Failed to resume connection after wake-up from deep sleep, you can disconnect and reconnect. Reported when AEP.set_event_callcb(usrfunc) is called. | |24 |8 |NULL |0 |After the cloud platform issues the fota upgrade command, this event is reported when the module starts to download the differential upgrade package. | diff --git a/zh-cn/api/QuecPythonClasslib.md b/zh-cn/api/QuecPythonClasslib.md index 74f8d0a..aa81e5b 100644 --- a/zh-cn/api/QuecPythonClasslib.md +++ b/zh-cn/api/QuecPythonClasslib.md @@ -14629,8 +14629,6 @@ True | -------------- | ---------|----------|-------------|---------------------------- | |0 |0 |NULL |0 |modem进入psm,上报此事件。此时模组不接受下发到模组的网络数据,可通过主动发送数据打破modem侧psm状态。| |0 |1 |NULL |0 |modem退出psm模式,上报此事件。| -|22 |4 |NULL |0 |调用接口发送CON类型数据,如果发送成功上报此事件| -|22 |5 |NULL |0 |调用接口发送CON类型数据,如果发送失败上报此事件| |23 |6 |NULL |0 |深休眠唤醒恢复连接成功,上报此事件。在调用AEP.set_event_callcb(usrfunc)时上报。| |23 |7 |NULL |0 |深休眠唤醒恢复连接失败,可以采用断开连接,再重新连接。在调用AEP.set_event_callcb(usrfunc)时上报。| |24 |8 |NULL |0 |云平台下发fota升级指令后,模组开始下载差分升级包时上报此事件。|