@cpzxrobot/sdk 1.0.26 → 1.0.27

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/device_gateway.ts CHANGED
@@ -78,6 +78,7 @@ export class DeviceGateway extends Object {
78
78
  | null; //如果data为null,则不获取数据,只获取设备列表,否则获取设备列表和数据
79
79
  status?: string;
80
80
  unit?: Number;
81
+ type?: string;
81
82
  detail?: boolean;
82
83
  supplier?: string; //供应商,可用于过滤设备
83
84
  } = undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpzxrobot/sdk",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "提供给上海正芯数智APP第三方H5应用使用的SDK",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {