Skip to content

Commit

Permalink
Release 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jghaanstra committed Feb 11, 2019
1 parent fc9e66a commit dfa46a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions APPSTORE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ For Homey to be able to communicate with devices over the miIO protocol a unique
Xiaomi has recently released an update for its v1 vacuum that enabled it for the zoned cleaning and goto function that was previously only available to the v2 vacuum. Using the action cards that utilize these functions are a bit challenging. If you want to use these cards please read the instructions [here](https://github.com/jghaanstra/com.xiaomi-miio/blob/master/docs/mirobot_zonecleanup.md).

## Changelog
### v2.11.0 - 2019-02-07
* FIX: improvements to pairing templates for firmware 2.x
* FIX: code refactoring in drivers (replace callbacks with promises)
### v2.11.1 - 2019-02-11
* FIX: solve app crash related to philips light bulbs
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"en": [ "Xiaomi", "Mi", "Mi Home", "miio", "vacuumcleaner", "robot", "yeelight", "yeelights", "purifier", "humidifier", "philips", "eyecare", "powerplug", "gateway" ],
"nl": [ "Xiaomi", "Mi", "Mi home", "miio", "stofzuiger", "robot", "yeelight", "yeelights", "luchtreiniger", "luchtbevochtiger", "philips", "eyecare", "powerplug", "gateway" ]
},
"version": "2.11.0",
"version": "2.11.1",
"compatibility": ">=2.0.0",
"author": {
"name": "Jelger Haanstra",
Expand Down
2 changes: 0 additions & 2 deletions drivers/philips-bulb/device.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ class PhilipsBulbDevice extends Homey.Device {
}
});

this.registerCapabilityListener('dim', this.onCapabilityDim.bind(this));
this.registerCapabilityListener('light_temperature', this.onCapabilityLightTemperature.bind(this));
}

onDeleted() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.xiaomi-miio",
"version": "2.11.0",
"version": "2.11.1",
"description": "Xiaomi Mi Home",
"main": "app.js",
"dependencies": {
Expand Down

0 comments on commit dfa46a0

Please sign in to comment.