2-9 产品事件
2-9 产品事件
Topic:(tenant)/iot_{实例}/v1-business-iot-product
JSON示例
{
"reportTs":1685599007584,
"profile":{
"poiCode":"d002",
"appType":"product",
"modelId":20001
},
"events":{
"productMethodAdd":{
"id":"8888888",
"methodName":"方法名称",
"enableStatus":1,
"describe":"方法描述",
"productPrimaryId":123,
"instructs":"{\"属性:\",\"1\"}",
"instance":"实例id",
"productId":"test_product_id",
"productInfoId":"productInfoId"
},
"productMethodDelete":{
"id":"8888888",
"methodName":"方法名称",
"enableStatus":1,
"describe":"方法描述",
"productPrimaryId":123,
"instructs":"{\"属性:\",\"1\"}",
"instance":"实例id",
"productId":"test_product_id",
"productInfoId":"productInfoId"
},
"productMethodUpdate":{
"id":"8888888",
"methodName":"方法名称",
"enableStatus":1,
"describe":"方法描述",
"productPrimaryId":123,
"instructs":"{\"属性:\",\"1\"}",
"instance":"实例id",
"productId":"test_product_id",
"productInfoId":"productInfoId"
},
"productAdd":{
"id":"777777",
"productName":"产品名称",
"productInfoId":"productInfoId",
"productInfoName":"产品品类名称",
"productId":"test_product_id",
"productDesc":"产品描述",
"instance":"实例id"
},
"productDelete":{
"id":"777777",
"productName":"产品名称",
"productInfoId":"productInfoId",
"productInfoName":"产品品类名称",
"productId":"test_product_id",
"productDesc":"产品描述",
"instance":"实例id"
},
"productUpdate":{
"id":"777777",
"productName":"产品名称",
"productInfoId":"productInfoId",
"productInfoName":"产品品类名称",
"productId":"test_product_id",
"productDesc":"产品描述",
"instance":"实例id"
},
"thingModelUpdateAndAdd":{
"properties":[
],
"events":[
],
"services":[
]
},
"productBatchStatus":{
"successProductCount":20,
"errorProductCount":2
}
}
}
事件定义
事件名称 | 事件类型 | 事件描述 |
---|---|---|
新增方法 | 通知型 | 新增方法 |
删除方法 | 通知型 | 删除方法 |
编辑方法 | 通知型 | 编辑方法 |
新增产品 | 通知型 | 新增产品 |
删除产品 | 通知型 | 删除产品 |
编辑产品 | 通知型 | 编辑产品 |
新增物模型 | 通知型 | 新增物模型 |
导入物模型成功失败条数 | 通知型 | 导入物模型成功失败条数 |
字段定义
新增方法事件
字段名称 | 字段类型 | 字段描述 | 是否必传 |
---|---|---|---|
id | long | 方法id | 是 |
methodName | string | 方法名称 | 是 |
enableStatus | Integer | 开启状态 | 是 |
describe | string | 方法描述 | 是 |
productPrimaryId | long | 产品主键id | 是 |
instructs | string | 方法json值 | 是 |
productId | string | 产品id | 是 |
productInfoId | string | 品类id | 是 |
删除方法事件
字段名称 | 字段类型 | 字段描述 | 是否必传 |
---|---|---|---|
id | long | 方法id | 是 |
methodName | string | 方法名称 | 是 |
enableStatus | Integer | 开启状态 | 是 |
describe | string | 方法描述 | 是 |
productPrimaryId | long | 产品主键id | 是 |
instructs | string | 方法json值 | 是 |
productId | string | 产品id | 是 |
productInfoId | string | 品类id | 是 |
编辑方法事件
字段名称 | 字段类型 | 字段描述 | 是否必传 |
---|---|---|---|
id | long | 方法id | 是 |
methodName | string | 方法名称 | 是 |
enableStatus | Integer | 开启状态 | 是 |
describe | string | 方法描述 | 是 |
productPrimaryId | long | 产品主键id | 是 |
instructs | string | 方法json值 | 是 |
productId | string | 产品id | 是 |
productInfoId | string | 品类id | 是 |
产品新增事件
字段名称 | 字段类型 | 字段描述 | 是否必传 |
---|---|---|---|
id | long | 产品主键id | 是 |
productName | string | 产品名称 | 是 |
productInfoId | string | 品类id | 是 |
productInfoName | string | 品类名称 | 是 |
productId | string | 产品id | 是 |
productDesc | string | 产品描述 | 是 |
instance | string | 实例id | 是 |
产品删除事件
字段名称 | 字段类型 | 字段描述 | 是否必传 |
---|---|---|---|
id | long | 产品主键id | 是 |
productName | string | 产品名称 | 是 |
productInfoId | string | 品类id | 是 |
productInfoName | string | 品类名称 | 是 |
productId | string | 产品id | 是 |
productDesc | string | 产品描述 | 是 |
instance | string | 实例id | 是 |
产品编辑事件
字段名称 | 字段类型 | 字段描述 | 是否必传 |
---|---|---|---|
id | long | 产品主键id | 是 |
productName | string | 产品名称 | 是 |
productInfoId | string | 品类id | 是 |
productInfoName | string | 品类名称 | 是 |
productId | string | 产品id | 是 |
productDesc | string | 产品描述 | 是 |
instance | string | 实例id | 是 |
物模型新增事件
字段名称 | 字段类型 | 字段描述 | 是否必传 |
---|---|---|---|
properties | json | 属性信息 | 是 |
events | json | 事件信息 | 是 |
services | json | 服务信息 | 是 |
profile | json | 产品与实例信息 | 是 |
thingsModelModules | array | 模块信息 | 是 |
导入物模型成功失败条数
字段名称 | 字段类型 | 字段描述 | 是否必传 |
---|---|---|---|
successProductCount | long | 成功产品条数 | 是 |
errorProductCount | long | 失败产品条数 | 是 |
修改于 2023-06-30 05:52:42