事件 NodeEvent
参数 类型 是否必填 描述
id Integer 事件ID
displayName String 事件显示名 中文
eventName String 事件名称 英文
displayType String 功能类型,详见字典参数说明 display_type
type String 类别 详见字典参数说明 event_type
attrs NodeEventAttributes[] 事件属性,属性分为公共属性和私有属性,公共属性详见公共事件属性,私有属性详见行业事件表
userAttrs NodeUserAttributes[] 用户属性,属性分为公共属性和私有属性,公共属性详见公共事件属性,私有属性详见行业事件表
事件属性 NodeEventAttributes
参数 类型 是否必填 描述
bucket_id Integer 0:标识公共属性,其他映射事件id属于私有属性
name String 事件属性名
attributeName String 属性英文名称
type String 功能类型 详见字典参数说明 event_attribute_type
modeInput String 输入方式 详见字典参数说明 event_attribute_input
unit String 单位 详见字典参数说明 event_attribute_unit
value Object 事件属性值,每个事件属性值的数据类型可能不一致
用户属性 NodeUserAttributes
参数 类型 是否必填 描述
bucket_id Integer 0:标识公共属性,其他映射事件id属于私有属性
name String 用户属性名
attributeName String 属性英文名称
type String 功能类型 详见字典参数说明 event_attribute_type
modeInput String 输入方式 详见字典参数说明 event_attribute_input
unit String 单位 详见字典参数说明 event_attribute_unit
value Object 事件属性值,每个事件属性值的数据类型可能不一致
作者:wenbo.li  创建时间:2022-01-10 19:22
最后编辑:admin  更新时间:2022-04-27 14:53