设备接入 IOTDA-平台通知网关子设备删除:示例

时间:2024-06-28 09:24:57

示例

Topic: $oc/devices/{device_id}/sys/events/down 
数据格式:  
{
        "object_device_id": "{object_device_id}",
	"services": [{
		"service_id": "$sub_device_manager",
		"event_type": "delete_sub_device_notify",
		"event_time": "20151212T121212Z",
		"paras": {
			"devices": [{
				"parent_device_id": "c6b39067b0325db34663d3ef421a42f6_12345678",
				"node_id": "subdevice11",
				"device_id": "2bb4ddba-fb56-4566-8577-063ad2f5a6cc"
			}],
			"version": 1
		}
	}]
}
support.huaweicloud.com/api-iothub/iot_06_v5_3020.html