@cpzxrobot/sdk 1.3.75 → 1.3.76

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpzxrobot/sdk",
3
- "version": "1.3.75",
3
+ "version": "1.3.76",
4
4
  "description": "提供给上海正芯数智APP第三方H5应用使用的SDK",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/types.d.ts CHANGED
@@ -378,7 +378,7 @@ interface DeviceAlarmStats {
378
378
  /** 告警总数 */
379
379
  alarmAmount: number;
380
380
  /** 已解决告警数 */
381
- alarResolved: number;
381
+ alarmResolved: number;
382
382
  /** 当前告警数 */
383
383
  alarming: number;
384
384
  /** 平均解决时间(秒) */
package/unit_gateway.ts CHANGED
@@ -113,6 +113,9 @@ export class UnitGateway extends Object {
113
113
  unitId: Number;
114
114
  dayage: Number;
115
115
  isTempBatch: Boolean;
116
+ tempAbnormal: Number;
117
+ outputSubtract: Number;
118
+ minOutput: Number;
116
119
  }[], batchNo: string, type: "pigfarm") => {
117
120
  return this.context.ready.then((axios) => {
118
121
  return axios.post(`/api/v2/batch/unit/bind`, {