在MindConnect IoT Extension中如何通过https://{tenantname}.mciotextension.cn1.mindsphere-in.cn/devicecontrol/operations/发送消息,并用mqttbox订阅发送的消息?
Solution
1.在MindConnect IoT Extension中建立模板,在设备管理中点击smartREST模板,在点击右上角添加模板
1)在menu菜单中点击MQTT CLIENTS
3.在postman调用https://{tenantname}.mciotextension.cn1.mindsphere-in.cn/devicecontrol/operations/接口,body信息定义和建立模板时填写的信息有关:
{
"deviceId":"112697",
"c8y_MyMeasurement":{
"zjb":{
"value":"100001"
}
},
"description":"send message"
}
1)填写登录MCIE开发者账号和密码
Notes
Notes