Releases: jeremynoesen/homebridge-dyson-bp01
Releases · jeremynoesen/homebridge-dyson-bp01
1.9.4
- Updated tsconfig for node 16
- Updated runner node version to node 16
1.9.3
Fixed funding link and description
1.9.2
Fixed capitalization in some messages
1.9.1
- Serial Number is no longer required since it is only a visual setting. This used to crash Homebridge if this option was purposefully deleted.
- The minimum supported Homebridge version is now 1.6.1 due to security issues in older versions.
- The minimum supported Node version is now 16 to match verified plugin requirements.
- Bumped other dependencies
1.9.0
- Check for sensor updates significantly less often
- Oscillation can now only be toggled when fan is on
- Turning fan off will now wait for states to finish updating instead of turning off immediately
- Made delay between signals slightly longer
- Fixed sensor decimal precision
- Lots of internal refactoring
- Bumped dependencies
1.8.2
Fix dependencies to match engine requirements
1.8.1
Minor code and documentation cleanup
1.8.0
Sensor values are no longer saved to disk with the fan states, since they do not need to persist across reboots. This greatly reduces disk IO. It is recommended (but not required) that you delete the persist file for the accessory in your homebridge persist directory to ensure the old sensor data is not kept around and repeatedly read/written when the fan states update. You would also have to redo the fan hardware setup.
1.7.10
- Bumped dependencies
- Fixed required Homebridge and Node versions
- Clarified which sensors get exposed in the readme and config UI
- Code formatting
1.7.9
- Bumped dependencies
- Condensed some conditionals
- More logo cleanup