diff --git a/APPSTORE.md b/APPSTORE.md index 35feb60..c401cfe 100644 --- a/APPSTORE.md +++ b/APPSTORE.md @@ -28,6 +28,5 @@ For Homey to be able to communicate with devices over the miIO protocol a unique Xiaomi has released an update for the vacuum cleaners that enables zone cleaning and goto function. 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.12.0 - 2019-07-14 -* NEW: re-added support for the Philips Eyecare lamp -* FIX: added night mode to Yeelight Meteorite (use the custom color and brightness card to change the ambilight) +### v2.12.1 - 2019-07-24 +* NEW: add support for new model Airpurifier 2H diff --git a/app.json b/app.json index b1a21bc..e6acb6d 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.12.0", + "version": "2.12.1", "compatibility": ">=2.0.0", "author": { "name": "Jelger Haanstra", diff --git a/node_modules/miio/lib/models.js b/node_modules/miio/lib/models.js index e490315..d8b1203 100644 --- a/node_modules/miio/lib/models.js +++ b/node_modules/miio/lib/models.js @@ -36,6 +36,7 @@ module.exports = { 'zhimi.airpurifier.ma2': AirPurifier, 'zhimi.airpurifier.mc1': AirPurifier, + 'zhimi.airpurifier.mc2': AirPurifier, 'zhimi.humidifier.v1': Humidifier, 'zhimi.humidifier.ca1': Humidifier2, diff --git a/package.json b/package.json index d0aa863..0a9abfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.xiaomi-miio", - "version": "2.12.0", + "version": "2.12.1", "description": "Xiaomi Mi Home", "main": "app.js", "dependencies": {