nayota-show-sdk 1.2.8 → 1.2.9
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/devices.js +1 -0
- package/package.json +1 -1
package/api/devices.js
CHANGED
|
@@ -45,6 +45,7 @@ import { requestShow } from '../utils'
|
|
|
45
45
|
* @property {number} deviceStatus - 设备状态,取value值[{key:正常,value:0},{key:告警,value:1},{key:异常,value:2},{key:故障,value:3},{key:离线,value:4}]
|
|
46
46
|
* @property {array} svgCoordinates - svg坐标
|
|
47
47
|
* @property {string} area - 空间id
|
|
48
|
+
* @property {string} location - 层级+空间名称组合
|
|
48
49
|
* @example
|
|
49
50
|
* {
|
|
50
51
|
"hash": [],
|