nayota-show-sdk 1.3.21 → 1.3.23
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.
- package/api/bmsRouter.js +1 -0
- package/api/devices.js +1 -1
- package/package.json +1 -1
package/api/bmsRouter.js
CHANGED
|
@@ -29,6 +29,7 @@ import { requestShow } from '../utils'
|
|
|
29
29
|
* @property {String} statisticsComponent - 统计组件
|
|
30
30
|
* @property {String} statisticsJson - 统计组件自定义json
|
|
31
31
|
* @property {array} areaClass - 区域类型id数组
|
|
32
|
+
* @property {string} defaultDepart - 默认层级
|
|
32
33
|
* @example
|
|
33
34
|
* {
|
|
34
35
|
"children": [],
|
package/api/devices.js
CHANGED
|
@@ -47,7 +47,7 @@ import { requestShow } from '../utils'
|
|
|
47
47
|
* @property {string} area - 空间id
|
|
48
48
|
* @property {string} location - 层级+空间名称组合
|
|
49
49
|
* @property {number} direction - 旋转角度
|
|
50
|
-
* @property {string}
|
|
50
|
+
* @property {string} pointShape - 点形状
|
|
51
51
|
* @example
|
|
52
52
|
* {
|
|
53
53
|
"hash": [],
|