aliyun / iotkit-embedded

高速镜像: https://code.aliyun.com/linkkit/c-sdk
Apache License 2.0
496 stars 252 forks source link

APP上删除子设备后,网关是否能得到通知 #155

Closed bzd2132 closed 2 years ago

bzd2132 commented 4 years ago

现在SDK V3.0.1上,在APP上删除子设备后,网关能收到一个消息,但是现在SDK没有做处理,这个功能后面会不会支持。

以下是log, PK和DN是设备的三元组信息。

[inf] iotx_mc_handle_recv_PUBLISH(1395): Downstream Topic: '/sys/{PK}/{DN}/thing/lan/blacklist/update'
[inf] iotx_mc_handle_recv_PUBLISH(1396): Downstream Payload:

< {
<     "method": "thing.lan.blacklist.update",
<     "id": "1418659272",
<     "params": {
<         "blacklist": "mYi2F4mT7iU7DtAQjK"
<     },
<     "version": "1.0.0"
< }

[inf] iotx_mc_deliver_message(1284): NO matching any topic, call default handle function
[wrn] iotx_cloud_conn_mqtt_event_handle(181): bypass 119 bytes on [/sys/{PK}/{DN}/thing/lan/blacklist/update]