@ray-js/api 1.4.24 → 1.4.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -1779,7 +1779,7 @@ declare namespace ty.device {
1779
1779
  /** 设备id */
1780
1780
  deviceId: string
1781
1781
  /** dpids 数组 */
1782
- dpIds: number[]
1782
+ dpIds: string[]
1783
1783
  complete?: () => void
1784
1784
  success?: (params: boolean) => void
1785
1785
  fail?: (params: {
@@ -5356,7 +5356,7 @@ declare namespace ty.device {
5356
5356
  /** 设备id */
5357
5357
  deviceId: string
5358
5358
  /** dpids 数组 */
5359
- dpIds: number[]
5359
+ dpIds: string[]
5360
5360
  }
5361
5361
 
5362
5362
  export type MqttMessage = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/api",
3
- "version": "1.4.24",
3
+ "version": "1.4.26",
4
4
  "description": "Ray universal api",
5
5
  "keywords": [
6
6
  "ray"
@@ -29,13 +29,13 @@
29
29
  "watch": "ray start --type=component"
30
30
  },
31
31
  "dependencies": {
32
- "@ray-js/framework": "^1.4.24",
33
- "@ray-js/router": "^1.4.24",
32
+ "@ray-js/framework": "1.4.26",
33
+ "@ray-js/router": "1.4.26",
34
34
  "@ray-js/wechat": "^0.0.33",
35
35
  "base64-browser": "^1.0.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@ray-js/cli": "^1.4.24",
38
+ "@ray-js/cli": "1.4.26",
39
39
  "art-template": "^4.13.2",
40
40
  "fs-extra": "^10.1.0",
41
41
  "miniprogram-api-typings": "^3.12.0",
@@ -45,5 +45,5 @@
45
45
  "access": "public",
46
46
  "registry": "https://registry.npmjs.org"
47
47
  },
48
- "gitHead": "5f3689fa6a6843dbc27b9266777873ef876b5e11"
48
+ "gitHead": "7981d6aea368513b5248cbc0691f817b7a5c225b"
49
49
  }