homebridge-tasmota-control 0.4.33 → 0.4.35

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 (3) hide show
  1. package/README.md +2 -2
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -20,12 +20,12 @@ Homebridge plugin for Tasmota flashed devices.
20
20
  | Package | Installation | Role | Required |
21
21
  | --- | --- | --- | --- |
22
22
  | [Homebridge](https://github.com/homebridge/homebridge) | [Homebridge Wiki](https://github.com/homebridge/homebridge/wiki) | HomeKit Bridge | Required |
23
- | [Config UI X](https://github.com/oznu/homebridge-config-ui-x/wiki) | [Config UI X Wiki](https://github.com/oznu/homebridge-config-ui-x/wiki) | Homebridge Web User Interface | Recommended |
23
+ | [Config UI X](https://github.com/homebridge/homebridge-config-ui-x) | [Config UI X Wiki](https://github.com/homebridge/homebridge-config-ui-x/wiki) | Homebridge Web User Interface | Recommended |
24
24
  | [Tasmota Control](https://www.npmjs.com/package/homebridge-tasmota-control) | [Plug-In Wiki](https://github.com/grzegorz914/homebridge-tasmota-control/wiki) | Homebridge Plug-In | Required |
25
25
 
26
26
  ### Configuration
27
27
  * Run this plugin as a [Child Bridge](https://github.com/homebridge/homebridge/wiki/Child-Bridges) (Highly Recommended), this prevent crash Homebridge if plugin crashes.
28
- * Install and use [Homebridge Config UI X](https://github.com/oznu/homebridge-config-ui-x/wiki) to configure this plugin (Highly Recommended).
28
+ * Install and use [Homebridge Config UI X](https://github.com/homebridge/homebridge-config-ui-x/wiki) to configure this plugin (Highly Recommended).
29
29
  * The `sample-config.json` can be edited and used as an alternative.
30
30
  * Be sure to always make a backup copy of your config.json file before making any changes to it.
31
31
 
package/index.js CHANGED
@@ -50,7 +50,7 @@ class tasmotaPlatform {
50
50
  const debug1 = device.enableDebugMode ? log(`Device: ${device.host} ${device.name}, Config: ${JSON.stringify(device, null, 2)}`) : false;
51
51
 
52
52
  //tasmota device
53
- new tasmotaDevice(this.log, device, this.api);
53
+ new tasmotaDevice(log, device, api);
54
54
  };
55
55
  });
56
56
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Tasmota Control",
3
3
  "name": "homebridge-tasmota-control",
4
- "version": "0.4.33",
4
+ "version": "0.4.35",
5
5
  "description": "Homebridge plugin to control Tasmota flashed devices.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -27,7 +27,7 @@
27
27
  "homebridge": ">=1.6.0"
28
28
  },
29
29
  "dependencies": {
30
- "axios": "^1.6.5"
30
+ "axios": "^1.6.7"
31
31
  },
32
32
  "keywords": [
33
33
  "homebridge",