设备接入 IOTDA-平台下发配置通知:示例

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

示例

Topic: $oc/devices/{device_id}/sys/events/down  
数据格式: 
{
    "object_device_id":"{object_device_id}",
    "services":[
        {
            "service_id":"$device_config",
            "event_type":"config_update",
            "event_time":"20151212T121212Z",
            "paras":{
                "config_content":{
                    "config_key1":"device config1",
                    "config_key2":"device config2"
                }
            }
        }
    ]
}
support.huaweicloud.com/api-iothub/iot_0802.html