Skip to content

Commit b4ef7d9

Browse files
authored
Merge pull request #127 from Fire-boy/main
BC25平台连接AEP平台,发送数据成功失败事件内部已经处理 不会再上报 ,需要删除 wiki上事件说明描述
2 parents 57910b4 + 1ee0039 commit b4ef7d9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

en-us/api/QuecPythonClasslib.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14243,8 +14243,6 @@ The general description of the events of this module is as follows:
1424314243
| -------------- | ---------|----------|------------- |---------------------------- |
1424414244
|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. |
1424514245
|0 |1 |NULL |0 |modem exits psm mode and reports this event. |
14246-
|22 |4 |NULL |0 |Call the interface to send CON type data, if the sending is successful, report this event|
14247-
|22 |5 |NULL |0 |Call the interface to send CON type data, if the sending fails, report this event|
1424814246
|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. |
1424914247
|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. |
1425014248
|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. |

zh-cn/api/QuecPythonClasslib.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14629,8 +14629,6 @@ True
1462914629
| -------------- | ---------|----------|-------------|---------------------------- |
1463014630
|0 |0 |NULL |0 |modem进入psm,上报此事件。此时模组不接受下发到模组的网络数据,可通过主动发送数据打破modem侧psm状态。|
1463114631
|0 |1 |NULL |0 |modem退出psm模式,上报此事件。|
14632-
|22 |4 |NULL |0 |调用接口发送CON类型数据,如果发送成功上报此事件|
14633-
|22 |5 |NULL |0 |调用接口发送CON类型数据,如果发送失败上报此事件|
1463414632
|23 |6 |NULL |0 |深休眠唤醒恢复连接成功,上报此事件。在调用AEP.set_event_callcb(usrfunc)时上报。|
1463514633
|23 |7 |NULL |0 |深休眠唤醒恢复连接失败,可以采用断开连接,再重新连接。在调用AEP.set_event_callcb(usrfunc)时上报。|
1463614634
|24 |8 |NULL |0 |云平台下发fota升级指令后,模组开始下载差分升级包时上报此事件。|

0 commit comments

Comments
 (0)