IoT物联网-设备信息变化通知:请求示例

时间:2025-02-12 14:52:30

请求示例

POST {callbackUrl}Content-Type: application/json{  "notifyType ": "deviceInfoChanged",  "deviceId": "********************************",  "gatewayId": "*************",  "deviceInfo": {    "name": "Sensor_12",    "manufacturer": "wulian",    "type": 90,    "model": "90",    "mac": "****************",    "swVersion": "…",    "fwVersion": "…",    "hwVersion": "…",    "protocolType": "zigbee",    "description": "smock detector"  }}
support.huaweicloud.com/api-IoT/iot_06_0034.html