homebridge-garagedooropenercloud 1.2.5 → 1.2.6

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/README.md +4 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,19 +19,17 @@ Fork mejorado de [jmaferreira/homebridge-garage-door-shelly1](https://github.com
19
19
 
20
20
  npm install -g torresyago/homebridge-garagedooropenercloud
21
21
 
22
- text
23
-
24
22
  ## ⚙️ Configuración
25
23
 
26
24
  {
27
25
  "accessory": "GarageDoorOpenerCloud",
28
- "name": "Garaje Casa",
29
- "deviceId": "XXXXXXXXXXXX",
30
- "authKey": "YYYYYYYYYYYY",
26
+ "name": "puerta2nueva",
27
+ "deviceId": "euuddd8",
28
+ "authKey": "MTAxxxxxx",
31
29
  "channel": "0",
32
30
  "cloudBaseURL": "https://shelly-38-eu.shelly.cloud/device/relay/control",
33
31
  "statusCloudURL": "https://shelly-38-eu.shelly.cloud/device/status",
34
- "statusKey": "$.data[\"input:0\"].state",
32
+ "statusKey": "$.data.device_status.relays[0].ison",
35
33
  "statusValueOpen": "false",
36
34
  "statusValueClosed": "true",
37
35
  "openTime": 10,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homebridge-garagedooropenercloud",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Homebridge plugin for garage door opener using Shelly Cloud API",
5
5
  "main": "index.js",
6
6
  "engines": {