@ray-js/api 1.5.30 → 1.5.31

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.
@@ -4,7 +4,7 @@ import { IGetDpsInfos, IUpdateDpName, IUpdateGroupDpName, IGetWeatherQuality, IG
4
4
  * @param {string} gwId 网关Id, 直连设备值同 devId,子设备则传网关的设备id
5
5
  * @param {string} devId 设备Id
6
6
  */
7
- declare const getDpsInfos: (params: IGetDpsInfos) => Promise<IGetDpsInfosResponse>;
7
+ declare const getDpsInfos: (params: IGetDpsInfos) => Promise<IGetDpsInfosResponse[]>;
8
8
  /**
9
9
  * 更新设备 DP 名称
10
10
  * @param {string} devId 设备Id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/api",
3
- "version": "1.5.30",
3
+ "version": "1.5.31",
4
4
  "description": "Ray universal api",
5
5
  "keywords": [
6
6
  "ray"
@@ -29,14 +29,14 @@
29
29
  "watch": "ray start --type=component"
30
30
  },
31
31
  "dependencies": {
32
- "@ray-js/framework": "1.5.30",
33
- "@ray-js/router": "1.5.30",
32
+ "@ray-js/framework": "1.5.31",
33
+ "@ray-js/router": "1.5.31",
34
34
  "@ray-js/wechat": "^0.2.9",
35
35
  "base64-browser": "^1.0.1",
36
36
  "query-string": "^7.1.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@ray-js/cli": "1.5.30",
39
+ "@ray-js/cli": "1.5.31",
40
40
  "art-template": "^4.13.2",
41
41
  "fs-extra": "^10.1.0",
42
42
  "miniprogram-api-typings": "^3.12.2",
@@ -46,5 +46,5 @@
46
46
  "access": "public",
47
47
  "registry": "https://registry.npmjs.com"
48
48
  },
49
- "gitHead": "24ed2e2a9cb368e562db73eed3c3adf6e1a32251"
49
+ "gitHead": "8b5c188e42c32a8ae3253677b1b080fcd8675f9b"
50
50
  }