nayota-show-sdk 0.1.3 → 0.1.4
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 -1
- package/package.json +1 -1
package/api/product.js
CHANGED
|
@@ -110,11 +110,12 @@ var tcpType = {
|
|
|
110
110
|
* @property {string} depart - 可视化层级的id
|
|
111
111
|
* @property {string} thirdPartyCameraAccount - 平台账号id,查config三方摄像头账号接口,平台摄像头必选。
|
|
112
112
|
* @property {number} number - 设备序号,平台摄像头必选。
|
|
113
|
-
* @property {number} channelNo -
|
|
113
|
+
* @property {number} channelNo - 通道号,平台摄像头且三方摄像头账号的类型为2时必选,其余三方摄像头账号类型可选。
|
|
114
114
|
* @property {string} iconName - 设备图标。
|
|
115
115
|
* @property {string} local_ip - 本地RTSP地址,本地摄像头必选。
|
|
116
116
|
* @property {string} local_username - 本地用户名,本地摄像头必选。
|
|
117
117
|
* @property {string} local_password - 本地密码,本地摄像头必选。
|
|
118
|
+
* @property {boolean} isTransform - 是否转码,本地摄像头必选且默认开启,平台摄像头且三方摄像头账号的类型为2和4时必选。
|
|
118
119
|
* @property {string} describe - 设备备注。
|
|
119
120
|
* @property {boolean} line - 设备在离线。
|
|
120
121
|
* @property {boolean} hasPtz - 是否带云台。
|