nayota-show-sdk 1.1.0 → 1.1.2
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/product.js +2 -0
- package/package.json +1 -1
package/api/product.js
CHANGED
|
@@ -119,6 +119,7 @@ var tcpType = {
|
|
|
119
119
|
* @property {string} describe - 设备备注。
|
|
120
120
|
* @property {boolean} line - 设备在离线。
|
|
121
121
|
* @property {boolean} hasPtz - 是否带云台。
|
|
122
|
+
* @property {boolean} preload - 预加载,webrtc摄像头必选默认false。
|
|
122
123
|
*/
|
|
123
124
|
|
|
124
125
|
|
|
@@ -254,6 +255,7 @@ var tcpType = {
|
|
|
254
255
|
* describe: '备注',
|
|
255
256
|
* line: true,
|
|
256
257
|
* hasPtz: true,
|
|
258
|
+
* preload: false
|
|
257
259
|
* }
|
|
258
260
|
* @returns {Object} result - 返回结果
|
|
259
261
|
* @returns {number} result.code - 返回码,0表示成功
|