nayota-show-sdk 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/api/deviceClass.js +10 -10
  2. package/package.json +1 -1
@@ -45,16 +45,16 @@ var uiType = {
45
45
  * @property {string} code - 设备类型编码
46
46
  * @property {string} departTag - 设备类型的层级标签
47
47
  * @property {Array} attribute - 设备类型属性
48
- * @property {string} props._id - 属性id
49
- * @property {string} props.name - 属性名称
50
- * @property {string} props.key - 属性key
51
- * @property {string} props.dataDimension - 属性数据维度,默认为day天,查看枚举dataDimension
52
- * @property {string} props.type - 属性类型,查看枚举propType
53
- * @property {boolean} props.filterable - 属性是否可搜索
54
- * @property {boolean} props.lineType - 属性在离线判定是否开启
55
- * @property {string} props.lineTime - 属性在离线判定时间(单位小时)
56
- * @property {boolean} props.statusType - 属性是否开启异常值判定
57
- * @property {string} props.interval - 属性异常值判定的区间
48
+ * @property {string} attribute._id - 属性id
49
+ * @property {string} attribute.name - 属性名称
50
+ * @property {string} attribute.key - 属性key
51
+ * @property {string} attribute.dataDimension - 属性数据维度,默认为day天,查看枚举dataDimension
52
+ * @property {string} attribute.type - 属性类型,查看枚举propType
53
+ * @property {boolean} attribute.filterable - 属性是否可搜索
54
+ * @property {boolean} attribute.lineType - 属性在离线判定是否开启
55
+ * @property {string} attribute.lineTime - 属性在离线判定时间(单位小时)
56
+ * @property {boolean} attribute.statusType - 属性是否开启异常值判定
57
+ * @property {string} attribute.interval - 属性异常值判定的区间
58
58
  * @property {array} relations - 与IOT字典的绑定关系
59
59
  * @property {string} relations.hwId - 字典id
60
60
  * @property {string} relations.hwName - 字典名称
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nayota-show-sdk",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "nayota-show-server rest-api",
5
5
  "type": "module",
6
6
  "main": "index.js",