Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
merdok committed Sep 14, 2022
1 parent f3a96df commit 94a8067
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.1] - 2022-09-15
### Added
- Property sync chunk size can now be changed per device
- Added new `propertyChunkSize` config property, which allows to reduce the number of properties which are requested from the device at once

### Changed
- Marked yeelink.bhf_light.v2 as MiCloud required
- Remove temperature property from chuangmi.plug.m3 as that seems to cause issues

### Fixed
- Minor fixes for certain air purifier devices


## [1.3.0] - 2022-09-05
### Added
- Added new device connection test cli command
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let Service, Characteristic, Homebridge, Accessory;

const PLUGIN_NAME = 'homebridge-miot';
const PLATFORM_NAME = 'miot';
const PLUGIN_VERSION = '1.3.0';
const PLUGIN_VERSION = '1.3.1';

module.exports = function(homebridge) {
Service = homebridge.hap.Service;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-miot",
"displayName": "Homebridge Miot",
"version": "1.3.0",
"version": "1.3.1",
"description": "Homebridge plugin for devices supporting the miot protocol",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 94a8067

Please sign in to comment.