homebridge-tasmota-control 1.4.0-beta.8 → 1.4.0-beta.9

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/CHANGELOG.md CHANGED
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ## Changes
11
11
 
12
- - added support for Fan, solved [#24](https://github.com/grzegorz914/homebridge-tasmota-control/issues/24)
12
+ - added support for iFan, solved [#24](https://github.com/grzegorz914/homebridge-tasmota-control/issues/24)
13
13
  - config schema updated
14
14
  - redme updated
15
15
  - cleanup
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Tasmota Control",
3
3
  "name": "homebridge-tasmota-control",
4
- "version": "1.4.0-beta.8",
4
+ "version": "1.4.0-beta.9",
5
5
  "description": "Homebridge plugin to control Tasmota flashed devices.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -155,7 +155,7 @@ class TasmotaDevice extends EventEmitter {
155
155
 
156
156
  //fan
157
157
  this.fanDirection = 0;
158
- this.fanSpeed = 1;
158
+ this.fanSpeed = 0;
159
159
 
160
160
  //axios instance
161
161
  this.axiosInstance = axios.create({