设备接入 IOTDA-网关更新子设备状态:示例

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

示例

Topic: $oc/devices/{device_id}/sys/events/up
数据格式:   
{
        "object_device_id": "{object_device_id}",
	"services": [{
		"service_id": "$sub_device_manager",
		"event_type": "sub_device_update_status",
		"event_time": "20151212T121212Z",
		"paras": {
			"device_statuses": [{
					"device_id": "bf40f0c4-4022-41c6-a201-c5133122054a",
					"status": "ONLINE"
				},
				{
					"device_id": "4459c0f7-10bb-4718-9b07-7a82c2d508a5",
					"status": "ONLINE"
				}
			]
		}
	}]
}
support.huaweicloud.com/api-iothub/iot_06_v5_3022.html