Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions en-us/api/QuecPythonClasslib.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 0 additions & 2 deletions zh-cn/api/QuecPythonClasslib.md
Original file line number Diff line number Diff line change
Expand Up @@ -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升级指令后,模组开始下载差分升级包时上报此事件。|
Expand Down