@cpzxrobot/sdk 1.0.16 → 1.0.17

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.
Files changed (2) hide show
  1. package/device_filter.ts +1 -0
  2. package/package.json +1 -1
package/device_filter.ts CHANGED
@@ -277,6 +277,7 @@ export abstract class DeviceFilter<T extends { id: number }> {
277
277
  status?: string;
278
278
  unit?: Number;
279
279
  detail?: boolean;
280
+ supplier?: string; //供应商,可用于过滤设备
280
281
  } = undefined
281
282
  ): Promise<T[]> {
282
283
  // if (this.devices.length > 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpzxrobot/sdk",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "提供给上海正芯数智APP第三方H5应用使用的SDK",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {