From dfa46a0294dca80b5d12da8ad86a61d45f7568c7 Mon Sep 17 00:00:00 2001 From: jghaanstra Date: Mon, 11 Feb 2019 13:09:50 +0100 Subject: [PATCH] Release 2.11.1 --- APPSTORE.md | 5 ++--- app.json | 2 +- drivers/philips-bulb/device.js | 2 -- package.json | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/APPSTORE.md b/APPSTORE.md index c405a0a..bb471ce 100644 --- a/APPSTORE.md +++ b/APPSTORE.md @@ -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 diff --git a/app.json b/app.json index 3e08bb8..7a7de37 100644 --- a/app.json +++ b/app.json @@ -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", diff --git a/drivers/philips-bulb/device.js b/drivers/philips-bulb/device.js index 1e72977..7e6194e 100644 --- a/drivers/philips-bulb/device.js +++ b/drivers/philips-bulb/device.js @@ -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() { diff --git a/package.json b/package.json index 1efc632..99fe302 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.xiaomi-miio", - "version": "2.11.0", + "version": "2.11.1", "description": "Xiaomi Mi Home", "main": "app.js", "dependencies": {